IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2010, 3:53:21 PM (16 years ago)
Author:
rhenders
Message:

Improved error handling, specifically, now using standard IPP exit codes

File:
1 edited

Legend:

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

    r27345 r27684  
    3434    dvoConfig* dvoConfig;      // dvo database
    3535    IppToPspsConfig* config;   // config structure
    36     bool success;              // overall success/failure
     36    int exitCode;              // ps exit code
    3737
    38     bool (*run)();
     38    int (*run)();
    3939
    4040} IppToPsps;
Note: See TracChangeset for help on using the changeset viewer.