diff options
author | randomdan <randomdan@localhost> | 2011-10-05 15:45:10 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-10-05 15:45:10 +0000 |
commit | e499b07f4a2e7808ed3277f6d9a46723c466766b (patch) | |
tree | 9dc42aed7e4f675833fb6ac6f707378feda90f8c /project2/xml/sessionXml.h | |
parent | Include broken down date and time parts in XML output (diff) | |
download | project2-e499b07f4a2e7808ed3277f6d9a46723c466766b.tar.bz2 project2-e499b07f4a2e7808ed3277f6d9a46723c466766b.tar.xz project2-e499b07f4a2e7808ed3277f6d9a46723c466766b.zip |
Fix issue with not creating unique session IDs
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 96cd1d2..8ba6ae2 100644 --- a/project2/xml/sessionXml.h +++ b/project2/xml/sessionXml.h @@ -12,7 +12,7 @@ class SessionContainerXml : public SessionContainer { void SaveSession(SessionPtr) const; protected: - SessionPtr getSession(UUID & sid) const; + SessionPtr getSession(const UUID & sid) const; private: // Configurables |