summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ContextOpenSSL.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-26 21:27:15 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-26 21:27:15 +0000
commit91c4282aba368df0ea155431f5f2be42ce3c09ea (patch)
treedcf3f1f9a595d00ac6b442bdd4c19014ef432043 /cpp/src/Ice/ContextOpenSSL.h
parentUpdated to allow for the removal of RequestQueue?.h. (diff)
downloadice-91c4282aba368df0ea155431f5f2be42ce3c09ea.tar.bz2
ice-91c4282aba368df0ea155431f5f2be42ce3c09ea.tar.xz
ice-91c4282aba368df0ea155431f5f2be42ce3c09ea.zip
Conformance to Code Style review. As well, cleaned out some old code that
wasn't needed any more.
Diffstat (limited to 'cpp/src/Ice/ContextOpenSSL.h')
-rw-r--r--cpp/src/Ice/ContextOpenSSL.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/Ice/ContextOpenSSL.h b/cpp/src/Ice/ContextOpenSSL.h
index 07030bce9d7..de8f89f388b 100644
--- a/cpp/src/Ice/ContextOpenSSL.h
+++ b/cpp/src/Ice/ContextOpenSSL.h
@@ -44,8 +44,8 @@ class RSAKeyPair;
class Context : public IceUtil::Shared
{
-
public:
+
virtual ~Context();
bool isConfigured();
@@ -64,7 +64,7 @@ public:
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&) = 0;
protected:
@@ -113,7 +113,6 @@ protected:
SSL_CTX* _sslContext;
friend class IceSSL::OpenSSL::System;
-
};
}