summaryrefslogtreecommitdiff
path: root/project2/commonObjects.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-07-29 23:56:27 +0000
committerrandomdan <randomdan@localhost>2011-07-29 23:56:27 +0000
commit510c77d0eaa1cda885541463bdce249b65f95bbf (patch)
tree80d9a3643102b77f972e1fd1d15713274c441df0 /project2/commonObjects.cpp
parentWork around old compiler bug by fully qualifying function call to not get mix... (diff)
downloadproject2-510c77d0eaa1cda885541463bdce249b65f95bbf.tar.bz2
project2-510c77d0eaa1cda885541463bdce249b65f95bbf.tar.xz
project2-510c77d0eaa1cda885541463bdce249b65f95bbf.zip
Strip out some useless wrappers
Add support for plugable session containers
Diffstat (limited to 'project2/commonObjects.cpp')
-rw-r--r--project2/commonObjects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/commonObjects.cpp b/project2/commonObjects.cpp
index 63d4d1d..e811fe7 100644
--- a/project2/commonObjects.cpp
+++ b/project2/commonObjects.cpp
@@ -21,7 +21,7 @@ CommonObjects::DataSources::const_iterator
CommonObjects::loadDataSource(const std::string & name) const
{
XmlScriptParser xml(Environment::getCurrent()->resolveScript(
- Environment::getCurrent()->getDatasourceRoot(), name), true);
+ Environment::getCurrent()->datasourceRoot, name), true);
LoaderBase loader(true);
loader.supportedStorers.insert(Storer::into(&datasources));