Changeset 4162 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.h
r3476 r4162 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 3-22 21:52:49$14 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-08 23:40:45 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 104 104 va_list va ///< any parameters required in fmt 105 105 ); 106 #endif 106 #endif // #ifndef SWIG 107 107 108 108 #ifdef DOXYGEN … … 135 135 ... 136 136 ); 137 #else 137 #else // #ifdef DOXYGEN 138 138 psErrorCode p_psError( 139 139 const char* file, … … 157 157 #define psError(code,new,...) p_psError(__FILE__,__LINE__,__func__,code,new,__VA_ARGS__) 158 158 #define psWarning(...) p_psWarning(__FILE__,__LINE__,__func__,__VA_ARGS__) 159 #endif 159 #endif // #ifndef SWIG 160 160 161 #endif 161 #endif // ! DOXYGEN 162 162 163 163 /** Create a new psErr struct
Note:
See TracChangeset
for help on using the changeset viewer.
