Changeset 2319
- Timestamp:
- Nov 10, 2004, 8:29:54 AM (22 years ago)
- Location:
- trunk/psLib/src/sysUtils
- Files:
-
- 2 edited
-
psSysUtilsErrors.dat (modified) (1 diff)
-
psSysUtilsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.dat
r2204 r2319 42 42 # 43 43 psErrorCode_NULL_ERRORDESCRIPTION Specified psErrorDescription pointer can not be NULL. 44 psErrorCode_ERRORCODE_REGISTER_FAILED Failed to add input psErrorDescription at array index %d. 44 # 45 # Error Messages from psConfigure.c 46 # 47 psConfigure_INITIALIZATION_FAILED Failed to initialize %s. 48 psConfigure_FINALIZATION_FAILED Failed to finalize %s. 49 -
trunk/psLib/src/sysUtils/psSysUtilsErrors.h
r2207 r2319 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 0-27 01:17:53$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-10 18:29:54 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 #define PS_ERRORTEXT_psTrace_FAILED_TO_ADD_COMPONENT "Failed to set trace level (%d) to '%s'." 48 48 #define PS_ERRORTEXT_psErrorCode_NULL_ERRORDESCRIPTION "Specified psErrorDescription pointer can not be NULL." 49 #define PS_ERRORTEXT_psErrorCode_ERRORCODE_REGISTER_FAILED "Failed to add input psErrorDescription at array index %d." 49 #define PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED "Failed to initialize %s." 50 #define PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED "Failed to finalize %s." 50 51 //~End 51 52
Note:
See TracChangeset
for help on using the changeset viewer.
