Moved new SOAP decls into real header
authorScott Cantor <cantor.2@osu.edu>
Tue, 21 Nov 2006 01:45:43 +0000 (01:45 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 21 Nov 2006 01:45:43 +0000 (01:45 +0000)
xmltooling/XMLToolingConfig.h

index f77597f..4111fe0 100644 (file)
@@ -42,9 +42,11 @@ namespace xmlsignature {
 namespace xmltooling {
     
     class XMLTOOL_API ReplayCache;
+    class XMLTOOL_API SOAPTransport;
     class XMLTOOL_API StorageService;
     class XMLTOOL_API TemplateEngine;
     class XMLTOOL_API TrustEngine;
+    class XMLTOOL_API KeyInfoSource;
     class XMLTOOL_API XSECCryptoX509CRL;
 
     /**
@@ -209,6 +211,11 @@ namespace xmltooling {
 #endif
 
         /**
+         * Manages factories for SOAPTransport plugins.
+         */
+        PluginManager<SOAPTransport,std::pair<const KeyInfoSource*,const char*> > SOAPTransportManager;
+
+        /**
          * Manages factories for StorageService plugins.
          */
         PluginManager<StorageService,const DOMElement*> StorageServiceManager;