Revamped binding classes with security policy layer.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2ArtifactEncoder.h
index 01057f8..d3f5f3d 100644 (file)
@@ -36,7 +36,7 @@ namespace opensaml {
             virtual ~SAML2ArtifactEncoder();
             
             long encode(
-                HTTPResponse& httpResponse,
+                GenericResponse& genericResponse,
                 xmltooling::XMLObject* xmlObject,
                 const char* destination,
                 const char* recipientID=NULL,