Changeset 25077
- Timestamp:
- Aug 14, 2009, 12:47:36 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm (modified) (1 diff)
-
pstamp/src/pstamp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
r25075 r25077 46 46 our $PSTAMP_SELECT_WEIGHT = 4; 47 47 48 # job and request ERROR_CODE(s) 48 # job and result codes 49 # NOTE: these must match the values in pstamp/src/pstamp.h 49 50 our $PSTAMP_SUCCESS = 0; 50 51 our $PSTAMP_SYSTEM_ERROR = 10; -
trunk/pstamp/src/pstamp.h
r25075 r25077 29 29 30 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 31 32 typedef enum { 32 33 PSTAMP_SUCCESS = 0,
Note:
See TracChangeset
for help on using the changeset viewer.
