Changeset 2129 for trunk/psLib/src/sysUtils/psErrorCodes.h
- Timestamp:
- Oct 14, 2004, 11:14:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.h
r1905 r2129 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2004- 09-27 20:38:02$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-14 21:14:58 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 64 64 psErrorDescription; 65 65 66 /** Allocates a new psErrorDescription 67 * 68 * @return psErrorDescription* new psErrorDescription struct. 69 */ 70 psErrorDescription* psErrorDescriptionAlloc( 71 psErrorCode code, ///< An error code 72 const char *description ///< the associated description 73 ); 74 66 75 /** Retrieves the description of an error code. 67 76 * … … 87 96 ); 88 97 98 /** Clears error codes registered via psErrorRegister. 99 * 100 * @return bool TRUE if given errorcode was removed, otherwise FALSE. 101 */ 102 bool p_psErrorUnregister( 103 psErrorCode code ///< the error code to find and remove 104 ); 105 89 106 /// @} 90 107
Note:
See TracChangeset
for help on using the changeset viewer.
