diff options
author | randomdan <randomdan@localhost> | 2011-01-21 13:56:10 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-01-21 13:56:10 +0000 |
commit | d9b2b5394df286a931eca29429c83cdd61868251 (patch) | |
tree | 283fae70e9d94de30293b9472ecc2b0f5b7afa15 /project2/sessionXml.h | |
parent | Remove file create date for not being the create date (diff) | |
download | project2-d9b2b5394df286a931eca29429c83cdd61868251.tar.bz2 project2-d9b2b5394df286a931eca29429c83cdd61868251.tar.xz project2-d9b2b5394df286a931eca29429c83cdd61868251.zip |
Add wrappers and Jam for building with UUIDs from OSSP instead of Boost
Diffstat (limited to 'project2/sessionXml.h')
-rw-r--r-- | project2/sessionXml.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project2/sessionXml.h b/project2/sessionXml.h index f9d0059..8086990 100644 --- a/project2/sessionXml.h +++ b/project2/sessionXml.h @@ -3,7 +3,6 @@ #include "sessionContainer.h" #include <map> -#include <boost/uuid/uuid.hpp> class SessionContainerXml : public SessionContainer { public: @@ -13,7 +12,7 @@ class SessionContainerXml : public SessionContainer { void CleanUp(); protected: - SessionPtr getSession(boost::uuids::uuid & sid); + SessionPtr getSession(UUID & sid); }; #endif |