diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-01-29 16:02:26 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-01-29 16:02:26 +0000 |
commit | b144560fdbb0cb881145863e7457de636c0688c0 (patch) | |
tree | c29ea0e75cbf5a5cf753d5fb68d94c5381ddfdfe /cpp/src/Ice/SslConnectionOpenSSLClient.cpp | |
parent | Fixed .depend after I messed it up. (diff) | |
download | ice-b144560fdbb0cb881145863e7457de636c0688c0.tar.bz2 ice-b144560fdbb0cb881145863e7457de636c0688c0.tar.xz ice-b144560fdbb0cb881145863e7457de636c0688c0.zip |
Fixed up the project, and a few using errors.
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSLClient.cpp')
-rw-r--r-- | cpp/src/Ice/SslConnectionOpenSSLClient.cpp | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSLClient.cpp b/cpp/src/Ice/SslConnectionOpenSSLClient.cpp index c40ef3f0ccb..66e6d40f554 100644 --- a/cpp/src/Ice/SslConnectionOpenSSLClient.cpp +++ b/cpp/src/Ice/SslConnectionOpenSSLClient.cpp @@ -19,11 +19,16 @@ #include <Ice/Logger.h> using IceSecurity::Ssl::ShutdownException; +using IceSecurity::Ssl::SystemPtr;
+
using namespace IceInternal; -using namespace std; - -using IceSecurity::Ssl::SystemPtr; - +using namespace std;
+
+using std::string; +using std::ostringstream;
+using std::hex;
+using std::dec;
+
//////////////////////////////////////////////// ////////// SslConnectionOpenSSLClient ////////// //////////////////////////////////////////////// |