IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2008, 1:25:33 PM (18 years ago)
Author:
bills
Message:

add exp_id to pstampJob.
Rename -processedreq to -updatereq and -processedjob to -updatejob
to be clearer about what these modes do.
Fix handling of the various ids as S64 instead of strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pstamptool.h

    r18531 r19219  
    3232    PSTAMPTOOL_MODE_COMPLETEDREQ,
    3333    PSTAMPTOOL_MODE_PENDINGREQ,
    34     PSTAMPTOOL_MODE_PROCESSEDREQ,
     34    PSTAMPTOOL_MODE_UPDATEREQ,
    3535    PSTAMPTOOL_MODE_REVERTREQ,
    3636    PSTAMPTOOL_MODE_ADDJOB,
     
    3838    PSTAMPTOOL_MODE_PENDINGJOB,
    3939    PSTAMPTOOL_MODE_JOBRESULT,
    40     PSTAMPTOOL_MODE_PROCESSEDJOB,
     40    PSTAMPTOOL_MODE_UPDATEJOB,
    4141} pstamptoolMode;
    4242
Note: See TracChangeset for help on using the changeset viewer.