diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-01-04 20:53:59 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-01-04 20:53:59 +0000 |
commit | 759a3b22b95e70552354ff514f15a77a0ccf3871 (patch) | |
tree | 7e6c6bb9b0348a2d74d2f1bd20962a1b5d0769d9 /cpp/src/Ice/SslConnectionOpenSSLClient.cpp | |
parent | file ClientBlobject.cpp was initially added on branch glacier. (diff) | |
download | ice-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/SslConnectionOpenSSLClient.cpp')
-rw-r--r-- | cpp/src/Ice/SslConnectionOpenSSLClient.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSLClient.cpp b/cpp/src/Ice/SslConnectionOpenSSLClient.cpp index e13759f3fbd..88a1fc0547b 100644 --- a/cpp/src/Ice/SslConnectionOpenSSLClient.cpp +++ b/cpp/src/Ice/SslConnectionOpenSSLClient.cpp @@ -15,6 +15,9 @@ #include <Ice/SecurityException.h> #include <Ice/SslConnectionOpenSSLClient.h> +#include <Ice/TraceLevels.h> +#include <Ice/Logger.h> + using IceSecurity::Ssl::ShutdownException; using namespace IceInternal; using namespace std; |