diff options
Diffstat (limited to 'project2/common/commonObjects.h')
-rw-r--r-- | project2/common/commonObjects.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project2/common/commonObjects.h b/project2/common/commonObjects.h index b70185c..788e3bd 100644 --- a/project2/common/commonObjects.h +++ b/project2/common/commonObjects.h @@ -4,6 +4,7 @@ #include "dataSource.h" #include "rowSet.h" #include "scriptStorage.h" +#include "options.h" class CommonObjects : public virtual IntrusivePtrBase { public: @@ -33,6 +34,9 @@ class CommonObjects : public virtual IntrusivePtrBase { } void loadScriptComponents() const; + INITOPTIONS; + static std::string datasourceRoot; + protected: RowSets rowSets; mutable DataSources datasources; |