summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslConnectionOpenSSLClient.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-02-10 12:52:13 +0000
committerMarc Laukien <marc@zeroc.com>2002-02-10 12:52:13 +0000
commit44ecadaa1264fcc3d5eb9390da499d18cf3056cf (patch)
tree83ba8979ed4866e864e5f2e95fb3cf176e2b8b58 /cpp/src/Ice/SslConnectionOpenSSLClient.cpp
parentfix (diff)
downloadice-44ecadaa1264fcc3d5eb9390da499d18cf3056cf.tar.bz2
ice-44ecadaa1264fcc3d5eb9390da499d18cf3056cf.tar.xz
ice-44ecadaa1264fcc3d5eb9390da499d18cf3056cf.zip
LoggerUtil
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSLClient.cpp')
-rw-r--r--cpp/src/Ice/SslConnectionOpenSSLClient.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSLClient.cpp b/cpp/src/Ice/SslConnectionOpenSSLClient.cpp
index 66e6d40f554..58e43fa8fb5 100644
--- a/cpp/src/Ice/SslConnectionOpenSSLClient.cpp
+++ b/cpp/src/Ice/SslConnectionOpenSSLClient.cpp
@@ -19,16 +19,16 @@
#include <Ice/Logger.h>
using IceSecurity::Ssl::ShutdownException;
-using IceSecurity::Ssl::SystemPtr;
-
+using IceSecurity::Ssl::SystemPtr;
+
using namespace IceInternal;
-using namespace std;
-
+using namespace std;
+
using std::string;
-using std::ostringstream;
-using std::hex;
-using std::dec;
-
+using std::ostringstream;
+using std::hex;
+using std::dec;
+
////////////////////////////////////////////////
////////// SslConnectionOpenSSLClient //////////
////////////////////////////////////////////////