diff options
author | randomdan <randomdan@localhost> | 2013-06-20 18:08:17 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-06-20 18:08:17 +0000 |
commit | 0bdc6828c2d04761c3ee4e81802591996e7232b6 (patch) | |
tree | c6ccd43f1524adb06850795efa33d822691e30ca /project2/xml/sessionXml.h | |
parent | Add back some basic help output (diff) | |
download | project2-0bdc6828c2d04761c3ee4e81802591996e7232b6.tar.bz2 project2-0bdc6828c2d04761c3ee4e81802591996e7232b6.tar.xz project2-0bdc6828c2d04761c3ee4e81802591996e7232b6.zip |
Move options into the global scope
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r-- | project2/xml/sessionXml.h | 1 |
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; |