Changeset 976
- Timestamp:
- Jun 9, 2004, 4:04:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psError.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psError.h
r753 r976 25 25 int psError(const char *name, ///< Category of code that caused the error 26 26 psErrorCode code, ///< class of error (equivalent to errno) 27 intnew, ///< is this a new error?27 bool new, ///< is this a new error? 28 28 const char *fmt, ///< Format 29 29 ...) ///< Extra arguments to use format
Note:
See TracChangeset
for help on using the changeset viewer.
