IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25077


Ignore:
Timestamp:
Aug 14, 2009, 12:47:36 PM (17 years ago)
Author:
bills
Message:

add comment about the error codes needing to stay in sync

Location:
trunk
Files:
2 edited

Legend:

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

    r25075 r25077  
    4646our $PSTAMP_SELECT_WEIGHT    = 4;
    4747
    48 # job and request ERROR_CODE(s)
     48# job and result codes
     49# NOTE: these must match the values in pstamp/src/pstamp.h
    4950our $PSTAMP_SUCCESS          = 0;
    5051our $PSTAMP_SYSTEM_ERROR     = 10;
  • trunk/pstamp/src/pstamp.h

    r25075 r25077  
    2929
    3030// error codes returned to users in results flie
     31// These must match the values in  PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm
    3132typedef enum {
    3233        PSTAMP_SUCCESS          = 0,
Note: See TracChangeset for help on using the changeset viewer.