summaryrefslogtreecommitdiff
path: root/project2/xml/sessionXml.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-10-19 00:46:42 +0000
committerrandomdan <randomdan@localhost>2011-10-19 00:46:42 +0000
commit4ad3e68bd99a8e2c1e7d8e5307e18f0a567cff49 (patch)
tree69729d7f7d9f8cf050418a605d883e2bdef29456 /project2/xml/sessionXml.h
parentAdds the JSON and CouchDB module (diff)
downloadproject2-4ad3e68bd99a8e2c1e7d8e5307e18f0a567cff49.tar.bz2
project2-4ad3e68bd99a8e2c1e7d8e5307e18f0a567cff49.tar.xz
project2-4ad3e68bd99a8e2c1e7d8e5307e18f0a567cff49.zip
Remove session implementations per container, not point
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r--project2/xml/sessionXml.h1
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();