summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-01-04 20:53:59 +0000
committerAnthony Neal <aneal@zeroc.com>2002-01-04 20:53:59 +0000
commit759a3b22b95e70552354ff514f15a77a0ccf3871 (patch)
tree7e6c6bb9b0348a2d74d2f1bd20962a1b5d0769d9 /cpp/src/Ice/SslConnectionOpenSSLServer.cpp
parentfile ClientBlobject.cpp was initially added on branch glacier. (diff)
downloadice-759a3b22b95e70552354ff514f15a77a0ccf3871.tar.bz2
ice-759a3b22b95e70552354ff514f15a77a0ccf3871.tar.xz
ice-759a3b22b95e70552354ff514f15a77a0ccf3871.zip
Updated to simplify the dependencies of the .h files.
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSLServer.cpp')
-rw-r--r--cpp/src/Ice/SslConnectionOpenSSLServer.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSLServer.cpp b/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
index 415cdafaae1..928cee9228d 100644
--- a/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
+++ b/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
@@ -11,10 +11,13 @@
#include <string>
#include <sstream>
#include <Ice/Network.h>
-#include <Ice/Security.h>
+// #include <Ice/Security.h>
#include <Ice/SecurityException.h>
#include <Ice/SslConnectionOpenSSLServer.h>
+#include <Ice/TraceLevels.h>
+#include <Ice/Logger.h>
+
using IceSecurity::Ssl::CertificateException;
using IceSecurity::Ssl::ProtocolException;
using namespace IceInternal;