Changeset 11037 for trunk/ippTools/src/pxtools.h
- Timestamp:
- Jan 11, 2007, 12:14:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtools.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtools.h
r11002 r11037 27 27 # include <psmodules.h> 28 28 # 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" 36 30 37 31 // load these values from the db in the init stage … … 71 65 bool pxSetFaultCode(psDB *dbh, const char *tableName, psMetadata *where, psS8 code); 72 66 67 psExit pxerrorGetExitStatus (); 68 73 69 #endif // PXTOOLS_H
Note:
See TracChangeset
for help on using the changeset viewer.
