Changeset 1807 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Sep 14, 2004, 10:01:52 AM (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
r1783 r1807 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-09-1 0 23:20:35$14 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-09-14 20:01:52 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 * @return Error message object at 'which' 51 51 */ 52 constpsErr* psErrorGet(52 psErr* psErrorGet( 53 53 int which ///< position in the error stack. 0 is last error on stack. 54 54 ); … … 61 61 * @return psErr* Reference to last error message on error stack 62 62 */ 63 constpsErr* psErrorLast(void);63 psErr* psErrorLast(void); 64 64 65 65 /** Clears the error stack.
Note:
See TracChangeset
for help on using the changeset viewer.
