Changeset 3145 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Feb 7, 2005, 1:26:25 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.h
r3115 r3145 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-02-0 3 00:54:11$14 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-07 23:26:24 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 116 116 * @return psErrorCode the given error code 117 117 */ 118 #ifdef DOXYGEN 119 psErrorCode psError( 120 psErrorCode code, ///< Error class code 121 psBool new, ///< true if error originates at this location 122 const char* fmt, 123 ... 124 ); 125 #else 118 126 psErrorCode p_psError( 119 127 const char* file, … … 126 134 ); 127 135 136 #ifndef SWIG 128 137 #define psError(code,new,...) p_psError(__FILE__,__LINE__,__func__,code,new,__VA_ARGS__) 138 #endif 139 140 #endif 129 141 130 142 /** Create a new psErr struct
Note:
See TracChangeset
for help on using the changeset viewer.
