X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2FSAMLConfig.h;h=17c6c5ae78447888c19927f58d651030d174445b;hp=b6f620ac2da852ff5a69b71e8e1f2b90558e9607;hb=a30857e2c0f4bcd1817aa2939ffdc0856e93a533;hpb=c3c89629114e8a29b8c9a769956b6b4e7e2c4c24 diff --git a/saml/SAMLConfig.h b/saml/SAMLConfig.h index b6f620a..17c6c5a 100644 --- a/saml/SAMLConfig.h +++ b/saml/SAMLConfig.h @@ -41,7 +41,6 @@ namespace opensaml { class SAML_API MessageDecoder; class SAML_API SAMLArtifact; class SAML_API SecurityPolicyRule; - class SAML_API TrustEngine; class SAML_API URLEncoder; namespace saml2md { @@ -177,9 +176,6 @@ namespace opensaml { /** Manages factories for SecurityPolicyRule plugins. */ xmltooling::PluginManager SecurityPolicyRuleManager; - /** Manages factories for TrustEngine plugins. */ - xmltooling::PluginManager TrustEngineManager; - /** Manages factories for MetadataProvider plugins. */ xmltooling::PluginManager MetadataProviderManager;