X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=saml%2Fsaml2%2Fbinding%2FSAML2MessageRule.h;h=1c20e2fe299377a415059276c260a58b21a61032;hb=6b5c75d27994ca1f9d450a81576a1bde4873edf3;hp=1d5a6baa634918fe38ed52e1e76986784e803f27;hpb=632fdee22ac4b756eaa3158217b9acd6c831e7be;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml2/binding/SAML2MessageRule.h b/saml/saml2/binding/SAML2MessageRule.h index 1d5a6ba..1c20e2f 100644 --- a/saml/saml2/binding/SAML2MessageRule.h +++ b/saml/saml2/binding/SAML2MessageRule.h @@ -20,6 +20,9 @@ * SAML 2.0 message extraction rule */ +#ifndef __saml_2msgrule_h__ +#define __saml_2msgrule_h__ + #include @@ -34,7 +37,9 @@ namespace opensaml { SAML2MessageRule(const DOMElement* e) {} virtual ~SAML2MessageRule() {} - bool evaluate(const xmltooling::XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const; + void evaluate(const xmltooling::XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const; }; }; }; + +#endif /* __saml_2msgrule_h__ */