Changeset 31015 for trunk/ippToPsps/src/Batch.h
- Timestamp:
- Mar 23, 2011, 9:33:05 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Batch.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.h
r31011 r31015 12 12 #define IPPTOPSPS_BATCH_H 13 13 14 #include <psmodules.h>15 #include <dvo_util.h>16 #include "Config.h"17 14 #include <libxml/parser.h> 18 15 #include <libxml/tree.h> 19 16 17 #include <psmodules.h> 18 #include <dvo_util.h> 19 20 #include "Config.h" 20 21 #include "Fits.h" 22 #include "InitData.h" 21 23 22 24 /** … … 42 44 pmConfig* pmconfig; // pmConfig 43 45 dvoConfig* dvoConfig; // dvo database 44 Config* config; // config structure 46 Config* config; // Config object 47 InitData* initData; // InitData object 45 48 char todaysDate[20]; // today's date 46 49 int exitCode; // ps exit code
Note:
See TracChangeset
for help on using the changeset viewer.
