IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2009, 11:55:23 AM (17 years ago)
Author:
bills
Message:

Various changes required to make postage stamps for the diff stage
work with the latest diff architecture especiallly warp warp diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm

    r25077 r25107  
    2222                    $PSTAMP_SELECT_MASK
    2323                    $PSTAMP_SELECT_WEIGHT
     24                    $PSTAMP_SELECT_INVERSE
    2425                    $PSTAMP_SUCCESS
    2526                    $PSTAMP_SYSTEM_ERROR
     
    4647our $PSTAMP_SELECT_WEIGHT    = 4;
    4748
     49our $PSTAMP_SELECT_INVERSE   = 1024;
     50
    4851# job and result codes
    4952# NOTE: these must match the values in pstamp/src/pstamp.h
     
    5154our $PSTAMP_SYSTEM_ERROR     = 10;
    5255our $PSTAMP_NOT_IMPLEMENTED  = 11;
    53 our $PSTAMP_UNKNOWN_ERROR   = 12;
     56our $PSTAMP_UNKNOWN_ERROR    = 12;
    5457
    5558our $PSTAMP_DUP_REQUEST      = 20;
Note: See TracChangeset for help on using the changeset viewer.