summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslConnection.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-05 14:26:38 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-05 14:26:38 +0000
commit088253dd72c4e65cf8230719def050d0d043aa92 (patch)
treeb54fc12cc78cef3eca7c57de368c116dfa4307bb /cpp/src/Ice/SslConnection.cpp
parentbug fix for dispatching new operations (diff)
downloadice-088253dd72c4e65cf8230719def050d0d043aa92.tar.bz2
ice-088253dd72c4e65cf8230719def050d0d043aa92.tar.xz
ice-088253dd72c4e65cf8230719def050d0d043aa92.zip
Big check in. Glacier client authentication (certificate verification) has
been added, SSL logging has been removed, a few clean-ups have taken place. Getting ready for SSL Extension refactoring.
Diffstat (limited to 'cpp/src/Ice/SslConnection.cpp')
-rw-r--r--cpp/src/Ice/SslConnection.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/cpp/src/Ice/SslConnection.cpp b/cpp/src/Ice/SslConnection.cpp
index 1c490682323..6d74e714a0b 100644
--- a/cpp/src/Ice/SslConnection.cpp
+++ b/cpp/src/Ice/SslConnection.cpp
@@ -12,13 +12,13 @@
void ::IceInternal::incRef(::IceSecurity::Ssl::Connection* p) { p->__incRef(); }
void ::IceInternal::decRef(::IceSecurity::Ssl::Connection* p) { p->__decRef(); }
-
-IceSecurity::Ssl::Connection::Connection(const CertificateVerifierPtr& certificateVerifier) :
- _certificateVerifier(certificateVerifier)
-{
-}
-
-IceSecurity::Ssl::Connection::~Connection()
-{
-}
-
+
+IceSecurity::Ssl::Connection::Connection(const CertificateVerifierPtr& certificateVerifier) :
+ _certificateVerifier(certificateVerifier)
+{
+}
+
+IceSecurity::Ssl::Connection::~Connection()
+{
+}
+