X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2FSAML2ArtifactEncoder.h;h=871614ed336b2b788084ca8bc978f176434e0cd7;hb=932cfaae2176c2eba1a9938dc420591a9551a7f3;hp=01057f8a3777151fc8f244f32697b9f79127c6ee;hpb=b0c11eb8bfd9daa93de903f1ab94f0f34df46c2e;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml2/binding/SAML2ArtifactEncoder.h b/saml/saml2/binding/SAML2ArtifactEncoder.h index 01057f8..871614e 100644 --- a/saml/saml2/binding/SAML2ArtifactEncoder.h +++ b/saml/saml2/binding/SAML2ArtifactEncoder.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,10 +33,10 @@ namespace opensaml { { public: SAML2ArtifactEncoder(const DOMElement* e); - virtual ~SAML2ArtifactEncoder(); + virtual ~SAML2ArtifactEncoder() {} long encode( - HTTPResponse& httpResponse, + GenericResponse& genericResponse, xmltooling::XMLObject* xmlObject, const char* destination, const char* recipientID=NULL,