Changeset 1787 for trunk/psLib/src/collections/psCollectionsErrors.h
- Timestamp:
- Sep 10, 2004, 2:43:54 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psCollectionsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psCollectionsErrors.h
r1762 r1787 1 /** @file ps SysUtilsErrors.h1 /** @file psCollectionsErrors.h 2 2 * 3 * @brief Contains the error text for the system utilityfunctions3 * @brief Contains the error text for the collections functions 4 4 * 5 5 * @ingroup ErrorHandling … … 7 7 * @author Robert DeSonia, MHPCC 8 8 * 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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 15 #ifndef PS_ SYSUTILS_ERRORS_H16 #define PS_ SYSUTILS_ERRORS_H15 #ifndef PS_COLLECTIONS_ERRORS_H 16 #define PS_COLLECTIONS_ERRORS_H 17 17 18 18 /* N.B., lines between '//~Start' and '//~End' are automatic generated from 19 19 * the template following the '//~Start'. The template is used to generate 20 * the other lines by, for each error text in ps SysUtilsErrors.dat, the following20 * the other lines by, for each error text in psCollectionsErrors.dat, the following 21 21 * substitutions are made: 22 * $1 The error text macro name (first word in the ps SysUtilsErrors.dat lines)23 * $2 The error text (rest of the line in ps SysUtilsErrors.dat)24 * $n The order of the source line in ps SysUtilsErrors.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) 25 25 * 26 26 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End! ANY CHANGES WILL BE OVERWRITTEN.
Note:
See TracChangeset
for help on using the changeset viewer.
