summaryrefslogtreecommitdiff
path: root/project2/xml/sessionXml.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-05-31 19:20:43 +0000
committerrandomdan <randomdan@localhost>2013-05-31 19:20:43 +0000
commitcd60b3e44486712cecbdc983b178ef7e33e0d25d (patch)
treef395b5fe2763e1daae60fff1ef62e833f312c74d /project2/xml/sessionXml.h
parentMinor tidy up and localise (diff)
downloadproject2-cd60b3e44486712cecbdc983b178ef7e33e0d25d.tar.bz2
project2-cd60b3e44486712cecbdc983b178ef7e33e0d25d.tar.xz
project2-cd60b3e44486712cecbdc983b178ef7e33e0d25d.zip
Remove the now pointless wrapper around UUIDs
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r--project2/xml/sessionXml.h2
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