summaryrefslogtreecommitdiff
path: root/project2/xml/sessionXml.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-26 03:02:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-26 20:02:18 +0100
commit890cfb275d440ce52757ca887ad1a819f4ee1433 (patch)
tree95f01cf0eeb666a68ce3ad910b148b09f5708319 /project2/xml/sessionXml.h
parentRestore mock database support (diff)
downloadproject2-890cfb275d440ce52757ca887ad1a819f4ee1433.tar.bz2
project2-890cfb275d440ce52757ca887ad1a819f4ee1433.tar.xz
project2-890cfb275d440ce52757ca887ad1a819f4ee1433.zip
Use AdHoc plugins for session containers
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 4288d9e..d3300bd 100644
--- a/project2/xml/sessionXml.h
+++ b/project2/xml/sessionXml.h
@@ -18,7 +18,7 @@ class SessionContainerXml : public SessionContainer {
private:
// Configurables
static boost::filesystem::path xmlDir;
- friend class CustomSessionContainerLoaderXml;
+ friend class CustomSessionContainerFactoryXml;
};
#endif