Changeset 25158 for branches/czw_branch/cleanup/pstamp/src/pstamp.h
- Timestamp:
- Aug 20, 2009, 12:42:13 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/src/pstamp.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk merged: 25052-25060,25063-25068,25070-25084,25087,25156
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/pstamp/src/pstamp.h
r18243 r25158 8 8 #include "pslib.h" 9 9 #include "psmodules.h" 10 // #include "psphot.h"11 // #include "psastro.h"12 // #include "ppStats.h"13 10 #include "pstampErrorCodes.h" 14 11 … … 31 28 } pspMode; 32 29 30 // error codes returned to users in results flie 31 // These must match the values in PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm 32 typedef enum { 33 PSTAMP_SUCCESS = 0, 34 PSTAMP_SYSTEM_ERROR = 10, 35 PSTAMP_NOT_IMPLEMENTED = 11, 36 PSTAMP_UNKNOWN_ERROR = 12, 37 PSTAMP_DUP_REQUEST = 20, 38 PSTAMP_INVALID_REQUEST = 21, 39 PSTAMP_UNKNOWN_PRODUCT = 22, 40 PSTAMP_NO_IMAGE_MATCH = 23, 41 PSTAMP_NOT_DESTREAKED = 24, 42 PSTAMP_NOT_AVAILABLE = 25, 43 PSTAMP_GONE = 26, 44 PSTAMP_NO_JOBS_QUEUED = 27 45 } pstampJobErrors; 46 47 33 48 #define PSTAMP_SELECT_IMAGE 1 34 49 #define PSTAMP_SELECT_MASK 2 … … 44 59 #define STAMP_RESULTS_VERSION "1" 45 60 61 62 46 63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
