IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 12:14:40 PM (19 years ago)
Author:
eugene
Message:

adding pxerrors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r11002 r11037  
    2727# include <psmodules.h>
    2828# include <ippdb.h>
    29 
    30 typedef enum {
    31     PX_ERROR_NONE           = 0x00,
    32     PX_ERROR_UNKNOWN        = 0x01,
    33     PX_ERROR_BAD_DATA       = 0x02,
    34     PX_ERROR_ID10T          = 0x04,
    35 } pxErrorCode;
     29# include "pxtoolsErrorCodes.h"
    3630
    3731// load these values from the db in the init stage
     
    7165bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS8 code);
    7266
     67psExit pxerrorGetExitStatus ();
     68
    7369#endif // PXTOOLS_H
Note: See TracChangeset for help on using the changeset viewer.