diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-26 03:02:38 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-26 20:02:18 +0100 |
commit | 890cfb275d440ce52757ca887ad1a819f4ee1433 (patch) | |
tree | 95f01cf0eeb666a68ce3ad910b148b09f5708319 /project2/xml/sessionXml.h | |
parent | Restore mock database support (diff) | |
download | project2-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.h | 2 |
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 |