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