Changeset 2320
- Timestamp:
- Nov 10, 2004, 8:36:10 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
r2319 r2320 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 # 45 46 # Error Messages from psConfigure.c 46 47 # 47 psConfigure_INITIALIZATION_FAILED Failed to initialize %s.48 psConfigure_FINALIZATION_FAILED Failed to finalize %s.48 psConfigure_INITIALIZATION_FAILED Failed to initialize %s. 49 psConfigure_FINALIZATION_FAILED Failed to finalize %s. 49 50 -
trunk/psLib/src/sysUtils/psSysUtilsErrors.h
r2319 r2320 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-11-10 18: 29:54$9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-10 18:36:10 $ 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 50 #define PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED "Failed to initialize %s." 50 51 #define PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED "Failed to finalize %s."
Note:
See TracChangeset
for help on using the changeset viewer.
