Return results from policy rules.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2MessageRule.h
index 20e785e..1d5a6ba 100644 (file)
@@ -34,7 +34,7 @@ namespace opensaml {
             SAML2MessageRule(const DOMElement* e) {}
             virtual ~SAML2MessageRule() {}
             
-            void evaluate(const xmltooling::XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const;
+            bool evaluate(const xmltooling::XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const;
         };
     };
 };