Changeset 530 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Apr 27, 2004, 9:24:32 AM (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
r432 r530 2 2 * 3 3 * @brief Contains the declarations for the error reporting functions 4 * 5 * @ingroup SystemGroup 4 6 * 5 7 * Error reporting functions shall be used to create log entries in the … … 10 12 * @author Eric Van Alst, MHPCC 11 13 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-04- 16 02:18:57$14 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-04-27 19:24:32 $ 14 16 * 15 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 18 */ 17 19 18 #ifndef PS ERROR_H19 #define PS ERROR_H20 #ifndef PS_ERROR_H 21 #define PS_ERROR_H 20 22 21 23 /******************************************************************************/ … … 35 37 /*****************************************************************************/ 36 38 39 /** @addtogroup SystemGroup System Utilities 40 * @{ 41 */ 42 37 43 /** Reports an error message to the logging facility 38 44 * … … 50 56 ); 51 57 58 /* @} */ // End of SystemGroup Functions 59 52 60 #endif 53 61
Note:
See TracChangeset
for help on using the changeset viewer.
