Changeset 2204 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.h
r1869 r2204 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2004- 09-23 22:18:13$14 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-27 00:57:31 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 51 51 */ 52 52 psErr* psErrorGet( 53 intwhich ///< position in the error stack. 0 is last error on stack.53 psS32 which ///< position in the error stack. 0 is last error on stack. 54 54 ); 55 55 … … 121 121 const char *name, ///< Name of error in the form aaa.bbb.ccc 122 122 psErrorCode code, ///< Error class code 123 bool new, ///< true if error originates at this location123 psBool new, ///< true if error originates at this location 124 124 const char* fmt, ///< printf style formatting statement defining error message 125 125 ...
Note:
See TracChangeset
for help on using the changeset viewer.
