Changeset 11694 for trunk/psLib/src/sys/psErrorCodes.h.in
- Timestamp:
- Feb 7, 2007, 3:59:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.h.in (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.h.in
r11668 r11694 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-02-0 6 21:36:09$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-02-08 01:59:28 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 32 32 } psErrorCode; 33 33 34 34 35 /** An error code with description 35 36 */ … … 41 42 psErrorDescription; 42 43 44 43 45 /** Allocates a new psErrorDescription 44 46 * … … 49 51 const char *description ///< the associated description 50 52 ); 53 51 54 52 55 /** Retrieves the description of an error code. … … 60 63 psErrorCode code ///< the associated error code 61 64 ); 65 62 66 63 67 /** Register an error code … … 73 77 ); 74 78 79 75 80 /** Clears error codes registered via psErrorRegister. 76 81 * … … 81 86 ); 82 87 88 83 89 /// @} 84 90 #endif // #ifndef PS_ERROR_CODES_H
Note:
See TracChangeset
for help on using the changeset viewer.
