Changeset 11668 for trunk/psLib/src/sys/psErrorCodes.h.in
- Timestamp:
- Feb 6, 2007, 11:36:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.h.in
r11248 r11668 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-23 22:47:23$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-02-06 21:36:09 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 75 75 /** Clears error codes registered via psErrorRegister. 76 76 * 77 * @return psBool TRUE if given errorcode was removed, otherwise FALSE.77 * @return bool TRUE if given errorcode was removed, otherwise FALSE. 78 78 */ 79 psBool p_psErrorUnregister(79 bool p_psErrorUnregister( 80 80 psErrorCode code ///< the error code to find and remove 81 81 );
Note:
See TracChangeset
for help on using the changeset viewer.
