summaryrefslogtreecommitdiff
path: root/project2/common/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/environment.h')
-rw-r--r--project2/common/environment.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/project2/common/environment.h b/project2/common/environment.h
index 7289bb0..a97255f 100644
--- a/project2/common/environment.h
+++ b/project2/common/environment.h
@@ -3,7 +3,6 @@
#include <string>
#include <glibmm/ustring.h>
-#include "options.h"
#include "exceptions.h"
#include "scripts.h"
@@ -21,15 +20,8 @@ class Environment {
virtual std::string getServerName() const = 0;
virtual const Glib::ustring & platform() const = 0;
- INITOPTIONS;
private:
static const Environment * currentEnv;
-
- public:
- static std::string datasourceRoot;
- static std::string scriptNamespace;
- static std::string scriptNamespacePrefix;
- static time_t sessionTimeOut;
};
#endif