Moved request/response APIs out.
[shibboleth/cpp-opensaml.git] / saml / binding / SecurityPolicyRule.h
index 0f3090c..1f58170 100644 (file)
@@ -52,7 +52,7 @@ namespace opensaml {
          * @throws BindingException raised if the message/request is not acceptable to the policy rule
          */
         virtual void evaluate(
-            const xmltooling::XMLObject& message, const GenericRequest* request, SecurityPolicy& policy
+            const xmltooling::XMLObject& message, const xmltooling::GenericRequest* request, SecurityPolicy& policy
             ) const=0;
     };