Changeset 1448 for trunk/psLib/src/sys/psError.h
- Timestamp:
- Aug 9, 2004, 3:55:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.h
r1441 r1448 13 13 * @author Eric Van Alst, MHPCC 14 14 * 15 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-08- 09 23:40:55$15 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-08-10 01:55:34 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 * log message. 33 33 * 34 * @return void No return value35 *36 34 */ 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 ); 35 void psError( 36 const char *name, ///< Source of error such as file or function detected 37 const char *fmt, ///< A printf style formatting statement defining msg 38 ... 39 ); 41 40 42 41 /* @} */// End of SysUtils Functions
Note:
See TracChangeset
for help on using the changeset viewer.
