X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2FSAMLConfig.h;h=dca8f15f80498eea3c623fcfee6b31429aa4c154;hp=bfd0a30d3fd319288a3c9273bc396ac07766dff3;hb=12d8e6ed0125ea986a8eb78ea177b6d6f0251fd6;hpb=23a6a678afa4e8ade343416279d3768d640d0d85 diff --git a/saml/SAMLConfig.h b/saml/SAMLConfig.h index bfd0a30..dca8f15 100644 --- a/saml/SAMLConfig.h +++ b/saml/SAMLConfig.h @@ -24,7 +24,6 @@ #define __saml_config_h__ #include -#include #include #include @@ -38,6 +37,16 @@ */ namespace opensaml { + namespace saml2md { + class SAML_API MetadataProvider; + class SAML_API MetadataFilter; + }; + +#if defined (_MSC_VER) + #pragma warning( push ) + #pragma warning( disable : 4250 4251 ) +#endif + /** * Singleton object that manages library startup/shutdown.configuration. */ @@ -110,6 +119,10 @@ namespace opensaml { SAMLConfig() {} }; +#if defined (_MSC_VER) + #pragma warning( pop ) +#endif + }; #endif /* __saml_config_h__ */