Changeset 11248 for trunk/psLib/src/sys/psError.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.h
r8802 r11248 1 1 /** @file psError.h 2 2 * 3 * @brief Contains the declarations for theerror reporting functions3 * @brief error reporting functions 4 4 * 5 5 * Error reporting functions shall be used to create log entries in the … … 8 8 * of error detected. 9 9 * 10 * @ingroup ErrorHandling 11 * 10 * @author RHL, Princeton 12 11 * @author Eric Van Alst, MHPCC 13 12 * 14 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $15 * @date $Date: 200 6-09-12 21:39:47$13 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-23 22:47:23 $ 16 15 * 17 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 19 #ifndef PS_ERROR_H 21 20 #define PS_ERROR_H 21 22 /// @addtogroup SysUtils System Utilities 23 /// @{ 22 24 23 25 #include<stdio.h> … … 28 30 29 31 #define _(string) string 30 31 /** @addtogroup ErrorHandling32 * @{33 */34 32 35 33 /** Error message object */ … … 231 229 ); 232 230 233 /* @} */// End of SysUtils Functions 234 231 /// @} 235 232 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
