X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=xmltooling%2Fsoap%2FOpenSSLSOAPTransport.h;h=13bdc59facd064da771a6f7b4ae2487745005b86;hp=6cd0369a58617916bc2c14ae72b4e762bd8109f5;hb=b168e43df6ae57e2eb28c83eea08eb48e6543daf;hpb=7873a270569765589d4ed2fb76499eea56ace8e8 diff --git a/xmltooling/soap/OpenSSLSOAPTransport.h b/xmltooling/soap/OpenSSLSOAPTransport.h index 6cd0369..13bdc59 100644 --- a/xmltooling/soap/OpenSSLSOAPTransport.h +++ b/xmltooling/soap/OpenSSLSOAPTransport.h @@ -54,9 +54,9 @@ namespace xmltooling { /** * Sets indicator that the transport peer has been authenticated. * - * @param secure flag to set + * @param auth flag to set */ - virtual void setSecure(bool secure)=0; + virtual void setAuthenticated(bool auth)=0; }; };