Changeset 974 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Jun 9, 2004, 3:58:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.h
r530 r974 2 2 * 3 3 * @brief Contains the declarations for the error reporting functions 4 *5 * @ingroup SystemGroup6 4 * 7 5 * Error reporting functions shall be used to create log entries in the … … 10 8 * of error detected. 11 9 * 10 * @ingroup ErrorHandling 11 * 12 12 * @author Eric Van Alst, MHPCC 13 * 14 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-0 4-27 19:24:32$13 * 14 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-06-10 01:58:06 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 #define PS_ERROR_H 22 22 23 /******************************************************************************/ 24 /* DEFINE STATEMENTS */ 25 /******************************************************************************/ 26 27 // None 28 29 /******************************************************************************/ 30 /* TYPE DEFINITIONS */ 31 /******************************************************************************/ 32 33 // None 34 35 /*****************************************************************************/ 36 /* FUNCTION PROTOTYPES */ 37 /*****************************************************************************/ 38 39 /** @addtogroup SystemGroup System Utilities 23 /** @addtogroup ErrorHandling 40 24 * @{ 41 25 */ … … 56 40 ); 57 41 58 /* @} */ // End of Sys temGroupFunctions42 /* @} */ // End of SysUtils Functions 59 43 60 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
