Moved key/cred resolution classes out of xmlsig namespace.
[shibboleth/cpp-xmltooling.git] / xmltooling / soap / SOAPTransport.h
index 469b18b..e044da3 100644 (file)
 #include <xmltooling/base.h>
 #include <iostream>
 
-namespace xmlsignature {
-    class XMLTOOL_API CredentialResolver;
-    class XMLTOOL_API KeyResolver;
-};
-
 namespace xmltooling {
     
+    class XMLTOOL_API CredentialResolver;
+    class XMLTOOL_API KeyResolver;
     class XMLTOOL_API X509TrustEngine;
     
     /**