X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fsoap%2Fimpl%2FCURLSOAPTransport.cpp;h=48e1a9e6577190171d6452b320ed760536558dbe;hb=c23ff33b42e70884030059568fd70bc92567ee26;hp=f1a6022bb9039053ae559f22357465338e4f19a3;hpb=2f521f7e3703a4011fc9e70af3a3e9e2e2127026;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/soap/impl/CURLSOAPTransport.cpp b/xmltooling/soap/impl/CURLSOAPTransport.cpp index f1a6022..48e1a9e 100644 --- a/xmltooling/soap/impl/CURLSOAPTransport.cpp +++ b/xmltooling/soap/impl/CURLSOAPTransport.cpp @@ -22,6 +22,7 @@ #include "internal.h" #include "exceptions.h" +#include "logging.h" #include "security/CredentialCriteria.h" #include "security/OpenSSLTrustEngine.h" #include "security/OpenSSLCredential.h" @@ -32,11 +33,10 @@ #include #include -#include #include +using namespace xmltooling::logging; using namespace xmltooling; -using namespace log4cpp; using namespace std; namespace xmltooling {