IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2009, 3:25:40 PM (17 years ago)
Author:
bills
Message:

change ppstampMakeStamp() to return a program exit code.
This allows us to set the correct error for the job

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/pstamp.h

    r25077 r25197  
    4242        PSTAMP_NOT_AVAILABLE    = 25,
    4343        PSTAMP_GONE             = 26,
    44         PSTAMP_NO_JOBS_QUEUED   = 27
     44        PSTAMP_NO_JOBS_QUEUED   = 27,
     45        PSTAMP_NO_OVERLAP       = 28
    4546} pstampJobErrors;
    4647
Note: See TracChangeset for help on using the changeset viewer.