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