Changeset 1715 for trunk/psLib/src/sysUtils/psSysUtilsErrors.h
- Timestamp:
- Sep 7, 2004, 2:15:16 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.h
r1713 r1715 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09-08 00: 09:06 $9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-09-08 00:15:16 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 35 #define PS_ERRORTEXT_psLogSetDestination_UNSUPPORTED_PROTOCOL "Do not know how to handle the protocol '%s'." 36 36 #define PS_ERRORTEXT_psLogSetFormat_UNKNOWN_KEY "Unknown logging keyword %c." 37 #define PS_ERRORTEXT_ checkMemBlock_NULL_BLOCK "NULL memory block found."38 #define PS_ERRORTEXT_ checkMemBlock_DEREF_USE "Memory block %ld was freed but still used."39 #define PS_ERRORTEXT_ checkMemBlock_UNDERFLOW "Memory block %ld is corrupted; buffer underflow detected."40 #define PS_ERRORTEXT_ checkMemBlock_OVERFLOW "Memory block %ld is corrupted; buffer overflow detected."41 #define PS_ERRORTEXT_ memProblemCallbackDefault_MULTIPLE_FREE "Block %ld allocated at %s:%d freed more than once at %s:%d."37 #define PS_ERRORTEXT_psMemory_NULL_BLOCK "NULL memory block found." 38 #define PS_ERRORTEXT_psMemory_DEREF_BLOCK_USE "Memory block %ld was freed but still used." 39 #define PS_ERRORTEXT_psMemory_UNDERFLOW "Memory block %ld is corrupted; buffer underflow detected." 40 #define PS_ERRORTEXT_psMemory_OVERFLOW "Memory block %ld is corrupted; buffer overflow detected." 41 #define PS_ERRORTEXT_psMemory_MULTIPLE_FREE "Block %ld allocated at %s:%d freed more than once at %s:%d." 42 42 #define PS_ERRORTEXT_psString_NCHAR_NEGATIVE "Can not copy a negative number of characters (%d)." 43 43 #define PS_ERRORTEXT_psTrace_NULL_SUBCOMPONENT "Sub-component %d of node %s in trace tree is NULL."
Note:
See TracChangeset
for help on using the changeset viewer.
