Changeset 4162 for trunk/psLib/src/sys/psErrorCodes.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.h
r3264 r4162 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 2-17 19:26:24$9 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-08 23:40:45 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 * $2 The error description (rest of the line in psErrorCodes.dat) 26 26 * $n The order of the source line in psErrorCodes.dat (comments excluded) 27 * 27 * 28 28 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End! ANY CHANGES WILL BE OVERWRITTEN. 29 29 */ … … 78 78 /** Retrieves the description of an error code. 79 79 * 80 * The routine psErrorCodeString returns the string associated with an error 80 * The routine psErrorCodeString returns the string associated with an error 81 81 * code. 82 82 * … … 90 90 * 91 91 * Any project needed to use psLib must define the necessary error codes and 92 * associated message strings. This function registers an array of error 92 * associated message strings. This function registers an array of error 93 93 * codes with the error handling subsystem. 94 94 * … … 109 109 /// @} 110 110 111 #endif 111 #endif // #ifndef PS_ERROR_CODES_H
Note:
See TracChangeset
for help on using the changeset viewer.
