diff options
Diffstat (limited to 'cpp/src/Ice/ContextOpenSSLServer.h')
-rw-r--r-- | cpp/src/Ice/ContextOpenSSLServer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/ContextOpenSSLServer.h b/cpp/src/Ice/ContextOpenSSLServer.h index e02c0af04ae..4b6716e5daa 100644 --- a/cpp/src/Ice/ContextOpenSSLServer.h +++ b/cpp/src/Ice/ContextOpenSSLServer.h @@ -21,16 +21,17 @@ namespace OpenSSL class ServerContext : 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:
+
ServerContext(const IceInternal::InstancePtr&);
virtual void loadCertificateAuthority(const IceSSL::CertificateAuthority& certAuth);
|