Changeset 4342 for trunk/psLib/src/sys/psError.h
- Timestamp:
- Jun 21, 2005, 4:05:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.h
r4315 r4342 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06- 18 02:30:50$14 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-22 02:05:41 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 148 148 */ 149 149 psErrorCode p_psError( 150 const char* file ,///< file name151 int lineno,///< line number in file150 const char* filename, ///< file name 151 unsigned int lineno, ///< line number in file 152 152 const char* func, ///< function name 153 153 psErrorCode code, ///< Error class code 154 psBool new,///< true if error originates at this location155 const char* f mt,///< printf-style format of header line154 bool new, ///< true if error originates at this location 155 const char* format, ///< printf-style format of header line 156 156 ... ///< any parameters required in fmt 157 157 );
Note:
See TracChangeset
for help on using the changeset viewer.
