Changeset 4162 for trunk/psLib/src/sysUtils/psLogMsg.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psLogMsg.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psLogMsg.h
r3476 r4162 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 3-22 21:52:49$13 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-08 23:40:45 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 #if !defined(PS_LOG_MSG_H)18 #ifndef PS_LOG_MSG_H 19 19 #define PS_LOG_MSG_H 20 20 #include <stdarg.h> … … 85 85 va_list ap ///< varargs argument list 86 86 ); 87 #endif 87 #endif // #ifndef SWIG 88 88 89 89 ///< Status codes for log messages … … 104 104 /// @} 105 105 106 #endif 106 #endif // #ifndef PS_LOG_MSG_H
Note:
See TracChangeset
for help on using the changeset viewer.
