Changeset 1407 for trunk/psLib/src/sys/psError.h
- Timestamp:
- Aug 6, 2004, 2:06:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.h
r974 r1407 1 1 2 /** @file psError.h 2 3 * … … 12 13 * @author Eric Van Alst, MHPCC 13 14 * 14 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-0 6-10 01:58:06 $15 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-08-07 00:06:06 $ 16 17 * 17 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 19 20 20 21 #ifndef PS_ERROR_H 21 # define PS_ERROR_H22 # define PS_ERROR_H 22 23 23 24 /** @addtogroup ErrorHandling … … 34 35 * 35 36 */ 36 void psError( 37 const char *name, ///< Source of error such as file or function detected 38 const char *fmt, ///< A printf style formatting statement defining msg 39 ... 40 ); 37 void psError(const char *name, // /< Source of error such as file or function detected 38 const char *fmt, // /< A printf style formatting statement defining msg 39 ... 40 ); 41 41 42 /* @} */ // End of SysUtils Functions42 /* @} */// End of SysUtils Functions 43 43 44 44 #endif 45
Note:
See TracChangeset
for help on using the changeset viewer.
