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