From: cantor Date: Fri, 2 Mar 2007 02:42:11 +0000 (+0000) Subject: Moved key/cred resolution classes out of xmlsig namespace. X-Git-Tag: 1.4.1~559 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=3f8750297d5492dcc091f3b6bd33c10395be00a6 Moved key/cred resolution classes out of xmlsig namespace. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@264 de75baf8-a10c-0410-a50a-987c0e22f00f --- 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; /**