Changeset 2204 for trunk/psLib/src/sys/psErrorCodes.h
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.h
r2129 r2204 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10- 14 21:14:58$9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-27 00:57:31 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 #ifndef PS_ERROR_CODES_H 16 16 #define PS_ERROR_CODES_H 17 18 #include "psType.h" 17 19 18 20 /* N.B., lines between '//~Start' and '//~End' are automatic generated from … … 93 95 void psErrorRegister( 94 96 const psErrorDescription* errors, ///< Array of error codes to register 95 intnerror ///< number of errors in input array97 psS32 nerror ///< number of errors in input array 96 98 ); 97 99 98 100 /** Clears error codes registered via psErrorRegister. 99 101 * 100 * @return bool TRUE if given errorcode was removed, otherwise FALSE.102 * @return psBool TRUE if given errorcode was removed, otherwise FALSE. 101 103 */ 102 bool p_psErrorUnregister(104 psBool p_psErrorUnregister( 103 105 psErrorCode code ///< the error code to find and remove 104 106 );
Note:
See TracChangeset
for help on using the changeset viewer.
