diff options
Diffstat (limited to 'cpp/src/Ice/ContextOpenSSLClient.h')
-rw-r--r-- | cpp/src/Ice/ContextOpenSSLClient.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/ContextOpenSSLClient.h b/cpp/src/Ice/ContextOpenSSLClient.h index c661e306414..8bbf3ee364b 100644 --- a/cpp/src/Ice/ContextOpenSSLClient.h +++ b/cpp/src/Ice/ContextOpenSSLClient.h @@ -21,16 +21,17 @@ namespace OpenSSL class ClientContext : public Context
{
-
public:
+
virtual void configure(const IceSSL::GeneralConfig&,
const IceSSL::CertificateAuthority&,
const IceSSL::BaseCertificates&);
- // Takes a socket fd.
+ // Takes a socket fd as the first parameter.
virtual IceSSL::ConnectionPtr createConnection(int, const IceSSL::SystemInternalPtr&);
protected:
+
ClientContext(const IceInternal::InstancePtr&);
friend class IceSSL::OpenSSL::System;
|