Changeset 30968
- Timestamp:
- Mar 18, 2011, 11:33:39 AM (15 years ago)
- Location:
- trunk/ippToPsps/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.c
r30191 r30968 211 211 haveSurveyType = true; 212 212 } 213 else if(strcmp(sw, "-test") == 0 ) { 214 this->testMode = true; 215 } 213 216 } 214 217 … … 352 355 this->pmconfig = NULL; 353 356 this->exitCode = PS_EXIT_SUCCESS; 354 357 this->testMode = false; 358 359 // set up function pointers 355 360 this->parseArguments = parseArguments; 356 361 this->init = init; -
trunk/ippToPsps/src/Batch.h
r30774 r30968 46 46 char todaysDate[20]; // today's date 47 47 int exitCode; // ps exit code 48 bool testMode; // test mode boolean 48 49 49 50 // methods
Note:
See TracChangeset
for help on using the changeset viewer.
