- Timestamp:
- Aug 20, 2009, 12:42:13 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm (modified) (5 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/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
r25151 r25158 22 22 $PSTAMP_SELECT_MASK 23 23 $PSTAMP_SELECT_WEIGHT 24 $PSTAMP_SELECT_INVERSE25 24 $PSTAMP_SUCCESS 26 25 $PSTAMP_SYSTEM_ERROR … … 35 34 $PSTAMP_GONE 36 35 $PSTAMP_NO_JOBS_QUEUED 37 $PSTAMP_NO_OVERLAP38 36 ); 39 37 our %EXPORT_TAGS = (standard => [@EXPORT_OK]); … … 48 46 our $PSTAMP_SELECT_WEIGHT = 4; 49 47 50 our $PSTAMP_SELECT_INVERSE = 1024;51 52 48 # job and result codes 53 49 # NOTE: these must match the values in pstamp/src/pstamp.h … … 55 51 our $PSTAMP_SYSTEM_ERROR = 10; 56 52 our $PSTAMP_NOT_IMPLEMENTED = 11; 57 our $PSTAMP_UNKNOWN_ERROR = 12;53 our $PSTAMP_UNKNOWN_ERROR = 12; 58 54 59 55 our $PSTAMP_DUP_REQUEST = 20; … … 65 61 our $PSTAMP_GONE = 26; 66 62 our $PSTAMP_NO_JOBS_QUEUED = 27; 67 our $PSTAMP_NO_OVERLAP = 28;68 63 69 64 use IPC::Cmd 0.36 qw( can_run run );
Note:
See TracChangeset
for help on using the changeset viewer.
