X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Futil%2FParserPool.cpp;h=18f27ea92f60a1efef6f6cca549d524c1d9ecfa2;hp=3c8ffe1c7843dd190cc84024985ab1922aff84df;hb=64dcaec957e9befd960779498d7fe35bbb62141a;hpb=3b5baf5d6419dedaff7f9db1c60f3fd629e6aca5 diff --git a/xmltooling/util/ParserPool.cpp b/xmltooling/util/ParserPool.cpp index 3c8ffe1..18f27ea 100644 --- a/xmltooling/util/ParserPool.cpp +++ b/xmltooling/util/ParserPool.cpp @@ -22,6 +22,7 @@ #include "internal.h" #include "exceptions.h" +#include "logging.h" #include "util/NDC.h" #include "util/ParserPool.h" #include "util/XMLHelper.h" @@ -30,7 +31,6 @@ #include #include #include -#include #include #include #include @@ -38,9 +38,9 @@ #include #include +using namespace xmltooling::logging; using namespace xmltooling; using namespace std; -using namespace log4cpp; ParserPool::ParserPool(bool namespaceAware, bool schemaAware) : m_namespaceAware(namespaceAware), m_schemaAware(schemaAware), m_lock(Mutex::create()) {}