diff options
author | randomdan <randomdan@localhost> | 2013-05-31 19:20:43 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-05-31 19:20:43 +0000 |
commit | ea3943a670b6749066e068cb593cbb6ff0658e5a (patch) | |
tree | f395b5fe2763e1daae60fff1ef62e833f312c74d /project2/xml/sessionXml.h | |
parent | Minor tidy up and localise (diff) | |
download | project2-ea3943a670b6749066e068cb593cbb6ff0658e5a.tar.bz2 project2-ea3943a670b6749066e068cb593cbb6ff0658e5a.tar.xz project2-ea3943a670b6749066e068cb593cbb6ff0658e5a.zip |
Remove the now pointless wrapper around UUIDs
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r-- | project2/xml/sessionXml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/sessionXml.h b/project2/xml/sessionXml.h index 0ce502a..98123f6 100644 --- a/project2/xml/sessionXml.h +++ b/project2/xml/sessionXml.h @@ -11,7 +11,7 @@ class SessionContainerXml : public SessionContainer { void SaveSession(SessionPtr) const; protected: - SessionPtr getSession(const UUID & sid) const; + SessionPtr getSession(const boost::uuids::uuid & sid) const; private: // Configurables |