From 1940461c9343e0d376e9a67313fedb965cb124ab Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Fri, 2 Mar 2007 02:42:11 +0000 Subject: [PATCH] Moved key/cred resolution classes out of xmlsig namespace. --- xmltooling/soap/SOAPTransport.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xmltooling/soap/SOAPTransport.h b/xmltooling/soap/SOAPTransport.h index 469b18b..e044da3 100644 --- a/xmltooling/soap/SOAPTransport.h +++ b/xmltooling/soap/SOAPTransport.h @@ -26,13 +26,10 @@ #include #include -namespace xmlsignature { - class XMLTOOL_API CredentialResolver; - class XMLTOOL_API KeyResolver; -}; - namespace xmltooling { + class XMLTOOL_API CredentialResolver; + class XMLTOOL_API KeyResolver; class XMLTOOL_API X509TrustEngine; /** -- 2.1.4