From 7487d564d30d954e483a559a438a3f0a1ebc327b Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 31 Mar 2011 16:18:22 +0000 Subject: Add conditional execution from sqlTask And a good tidy up in a few other places --- project2/commonObjects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project2/commonObjects.cpp') diff --git a/project2/commonObjects.cpp b/project2/commonObjects.cpp index d661588..039e105 100644 --- a/project2/commonObjects.cpp +++ b/project2/commonObjects.cpp @@ -24,7 +24,7 @@ CommonObjects::loadDataSource(const std::string & name) const { XmlScriptParser xml(ApplicationEngine::getCurrent()->env()->getDatasourceRoot(), name, true); - LoaderBase loader(ApplicationEngine::getCurrent()->env()->getXmlNamespace(), true); + LoaderBase loader(true); loader.supportedStorers.insert(Storer::into(&datasources)); loader.collectAll(xml.get_document()->get_root_node(), false); -- cgit v1.2.3