X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fmetadata%2FChainingMetadataProvider.h;h=1310374344e7d862d84781d3c97f654349ca7cec;hp=2e246461d0f577320933ee6440480b9aec1f9d7a;hb=75ca5258ff9bb2986d5f7c07d2ae47078d240722;hpb=5cd3da8d9bd792f4a24372ab8e6d24b8409df41a diff --git a/saml/saml2/metadata/ChainingMetadataProvider.h b/saml/saml2/metadata/ChainingMetadataProvider.h index 2e24646..1310374 100644 --- a/saml/saml2/metadata/ChainingMetadataProvider.h +++ b/saml/saml2/metadata/ChainingMetadataProvider.h @@ -24,6 +24,7 @@ #define __saml_chainmeta_h__ #include +#include #include namespace opensaml { @@ -103,8 +104,10 @@ namespace opensaml { ) const; private: + bool m_firstMatch; xmltooling::ThreadKey* m_tlsKey; std::vector m_providers; + xmltooling::logging::Category& m_log; }; #if defined (_MSC_VER)