Index: trunk/psLib/src/sys/psErrorCodes.h
===================================================================
--- trunk/psLib/src/sys/psErrorCodes.h	(revision 1683)
+++ trunk/psLib/src/sys/psErrorCodes.h	(revision 1696)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-02 22:23:20 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-07 19:05:07 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -20,7 +20,7 @@
  * the other lines by, for each error class in psErrorCodes.dat, the following
  * substitutions are made:
- *     $ErrorCode        The error code name (first word in the psErrorCodes.dat lines)
- *     $ErrorDescription The error description (rest of the line in psErrorCodes.dat)
- *     $ErrorNumber      The order of the source line in psErrorCodes.dat (comments excluded)
+ *     $1  The error code name (first word in the psErrorCodes.dat lines)
+ *     $2  The error description (rest of the line in psErrorCodes.dat)
+ *     $n  The order of the source line in psErrorCodes.dat (comments excluded)
  * 
  * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
@@ -40,8 +40,12 @@
      */
 
-    //~Start     PS_ERR_$ErrorCode, ///< $ErrorDescription
-    PS_ERR_UNKNOWN, ///< unknown error
-    PS_ERR_IO, ///< I/O error
-    PS_ERR_MEMORY_CORRUPTION, ///< memory corruption detected
+    //~Start     PS_ERR_$1,   ///< $2
+    PS_ERR_UNKNOWN,   ///< unknown error
+    PS_ERR_IO,   ///< I/O error
+    PS_ERR_MEMORY_CORRUPTION,   ///< memory corruption detected
+    PS_ERR_MEMORY_DEREF_USAGE,   ///< dereferenced memory still used
+    PS_ERR_LOCATION_INVALID,   ///< specified location is unknown
+    PS_ERR_BAD_VALUE,   ///< value is out-of-range
+    PS_ERR_BAD_LENGTH,   ///< string value is too lon
     //~End
     PS_ERR_N_ERR_CLASSES               ///< end marker - should not be used as a true error
