First SOAP encoder.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / SAML1ArtifactEncoder.h
index 15f0ed1..40ce726 100644 (file)
@@ -33,10 +33,10 @@ namespace opensaml {
         {
         public:
             SAML1ArtifactEncoder(const DOMElement* e);
-            virtual ~SAML1ArtifactEncoder();
+            virtual ~SAML1ArtifactEncoder() {}
             
             long encode(
-                HTTPResponse& httpResponse,
+                GenericResponse& genericResponse,
                 xmltooling::XMLObject* xmlObject,
                 const char* destination,
                 const char* recipientID=NULL,