X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FXMLToolingConfig.h;h=bd49bc57e901a27d301bf32e580c639daa8476ee;hb=e68eb1d4789c8a766562b2cf14b40ab7b8119997;hp=cb558a06aa7cd49fb8d37b0dc497858b3125a2a1;hpb=07537436534961c5dbbb0d8c61ac723a2cc72465;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/XMLToolingConfig.h b/xmltooling/XMLToolingConfig.h index cb558a0..bd49bc5 100644 --- a/xmltooling/XMLToolingConfig.h +++ b/xmltooling/XMLToolingConfig.h @@ -25,6 +25,7 @@ #include #include +#include #include #ifndef XMLTOOLING_NO_XMLSEC @@ -43,7 +44,6 @@ namespace xmltooling { namespace xmltooling { - class XMLTOOL_API SOAPTransport; class XMLTOOL_API TemplateEngine; class XMLTOOL_API URLEncoder; #ifndef XMLTOOLING_LITE @@ -290,7 +290,7 @@ namespace xmltooling { * *

The factory interface takes a peer name/endpoint pair. */ - PluginManager > SOAPTransportManager; + PluginManager SOAPTransportManager; }; };