X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2SOAPEncoder.cpp;h=bd82eebdd5e23dcce42e91522f23ab1dc741cda9;hb=2d05f4d1935e7b79e70f2775a14c10964a04164e;hp=65e135b9c86e85c82064acd67f1d8225e14046bc;hpb=8e90e18426cf9465a2127aa4661a598c8ab98281;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml2/binding/impl/SAML2SOAPEncoder.cpp b/saml/saml2/binding/impl/SAML2SOAPEncoder.cpp index 65e135b..bd82eeb 100644 --- a/saml/saml2/binding/impl/SAML2SOAPEncoder.cpp +++ b/saml/saml2/binding/impl/SAML2SOAPEncoder.cpp @@ -48,7 +48,11 @@ namespace opensaml { public: SAML2SOAPEncoder(const DOMElement* e); virtual ~SAML2SOAPEncoder() {} - + + bool isUserAgentPresent() const { + return false; + } + long encode( GenericResponse& genericResponse, XMLObject* xmlObject,