IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8233 for trunk/psLib/src


Ignore:
Timestamp:
Aug 8, 2006, 1:39:59 PM (20 years ago)
Author:
jhoblitt
Message:

bug #790 - remove psErrorText.h and inline all error codes. all newly inlined error codes are wrapped with the _() macro from future gettextification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psErrorCodes.c.in

    r8232 r8233  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-08-08 23:32:23 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-08-08 23:39:59 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    112112    if (errors == NULL) {
    113113        psError(PS_ERR_BAD_PARAMETER_NULL, true,
    114                 PS_ERRORTEXT_psErrorCode_NULL_ERRORDESCRIPTION);
     114                _("Specified psErrorDescription pointer can not be NULL."));
    115115        return;
    116116    }
     
    137137
    138138            psError(PS_ERR_UNKNOWN, false,
    139                     PS_ERRORTEXT_psErrorCode_ERRORCODE_REGISTER_FAILED,
     139                    _("Failed to add input psErrorDescription at array index %d."),
    140140                    i);
    141141        }
Note: See TracChangeset for help on using the changeset viewer.