summaryrefslogtreecommitdiff
path: root/project2/xml/sessionXml.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-06-20 18:08:17 +0000
committerrandomdan <randomdan@localhost>2013-06-20 18:08:17 +0000
commit4d2de57f7ae974347767785dbb2062986d30df27 (patch)
treec6ccd43f1524adb06850795efa33d822691e30ca /project2/xml/sessionXml.h
parentAdd back some basic help output (diff)
downloadproject2-4d2de57f7ae974347767785dbb2062986d30df27.tar.bz2
project2-4d2de57f7ae974347767785dbb2062986d30df27.tar.xz
project2-4d2de57f7ae974347767785dbb2062986d30df27.zip
Move options into the global scope
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r--project2/xml/sessionXml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/xml/sessionXml.h b/project2/xml/sessionXml.h
index 98123f6..e79e507 100644
--- a/project2/xml/sessionXml.h
+++ b/project2/xml/sessionXml.h
@@ -10,6 +10,7 @@ class SessionContainerXml : public SessionContainer {
~SessionContainerXml();
void SaveSession(SessionPtr) const;
+ INITOPTIONS;
protected:
SessionPtr getSession(const boost::uuids::uuid & sid) const;