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