diff options
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r-- | project2/xml/sessionXml.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/project2/xml/sessionXml.h b/project2/xml/sessionXml.h index 9b5c3e1..96cd1d2 100644 --- a/project2/xml/sessionXml.h +++ b/project2/xml/sessionXml.h @@ -10,10 +10,9 @@ class SessionContainerXml : public SessionContainer { SessionContainerXml(); ~SessionContainerXml(); + void SaveSession(SessionPtr) const; protected: - SessionPtr getSession(UUID & sid); - typedef boost::intrusive_ptr<SessionXml> SessionXmlPtr; - SessionXmlPtr currentSession; + SessionPtr getSession(UUID & sid) const; private: // Configurables |