diff options
author | randomdan <randomdan@localhost> | 2011-10-19 00:46:42 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-10-19 00:46:42 +0000 |
commit | 25d5ef8588cee272c78c7e83960ab889c1fd7ce0 (patch) | |
tree | 69729d7f7d9f8cf050418a605d883e2bdef29456 /project2/xml/sessionXml.h | |
parent | Adds the JSON and CouchDB module (diff) | |
download | project2-25d5ef8588cee272c78c7e83960ab889c1fd7ce0.tar.bz2 project2-25d5ef8588cee272c78c7e83960ab889c1fd7ce0.tar.xz project2-25d5ef8588cee272c78c7e83960ab889c1fd7ce0.zip |
Remove session implementations per container, not point
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r-- | project2/xml/sessionXml.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/xml/sessionXml.h b/project2/xml/sessionXml.h index 8ba6ae2..2679bff 100644 --- a/project2/xml/sessionXml.h +++ b/project2/xml/sessionXml.h @@ -4,7 +4,6 @@ #include "sessionContainer.h" #include <map> -class SessionXml; class SessionContainerXml : public SessionContainer { public: SessionContainerXml(); |