IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2004, 2:43:54 PM (22 years ago)
Author:
desonia
Message:

added errorcodes files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psCollectionsErrors.h

    r1762 r1787  
    1 /** @file  psSysUtilsErrors.h
     1/** @file  psCollectionsErrors.h
    22 *
    3  *  @brief Contains the error text for the system utility functions
     3 *  @brief Contains the error text for the collections functions
    44 *
    55 *  @ingroup ErrorHandling
     
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-09 21:59:43 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-11 00:43:54 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
    15 #ifndef PS_SYSUTILS_ERRORS_H
    16 #define PS_SYSUTILS_ERRORS_H
     15#ifndef PS_COLLECTIONS_ERRORS_H
     16#define PS_COLLECTIONS_ERRORS_H
    1717
    1818/* N.B., lines between '//~Start' and '//~End' are automatic generated from
    1919 * the template following the '//~Start'.  The template is used to generate
    20  * the other lines by, for each error text in psSysUtilsErrors.dat, the following
     20 * the other lines by, for each error text in psCollectionsErrors.dat, the following
    2121 * substitutions are made:
    22  *     $1  The error text macro name (first word in the psSysUtilsErrors.dat lines)
    23  *     $2  The error text (rest of the line in psSysUtilsErrors.dat)
    24  *     $n  The order of the source line in psSysUtilsErrors.dat (comments excluded)
     22 *     $1  The error text macro name (first word in the psCollectionsErrors.dat lines)
     23 *     $2  The error text (rest of the line in psCollectionsErrors.dat)
     24 *     $n  The order of the source line in psCollecitonsErrors.dat (comments excluded)
    2525 *
    2626 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
Note: See TracChangeset for help on using the changeset viewer.