summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslSystem.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-11-21 14:04:20 +0000
committerMarc Laukien <marc@zeroc.com>2001-11-21 14:04:20 +0000
commitde7b946e476e3dbb24ccd0cbb246777ffc776b2a (patch)
tree069c894ad902ce8c8abb7c2d23c74e9dbfbd4719 /cpp/src/Ice/SslSystem.cpp
parentSwitched the protocol back to tcp for default. (diff)
downloadice-de7b946e476e3dbb24ccd0cbb246777ffc776b2a.tar.bz2
ice-de7b946e476e3dbb24ccd0cbb246777ffc776b2a.tar.xz
ice-de7b946e476e3dbb24ccd0cbb246777ffc776b2a.zip
fixes
Diffstat (limited to 'cpp/src/Ice/SslSystem.cpp')
-rw-r--r--cpp/src/Ice/SslSystem.cpp56
1 files changed, 28 insertions, 28 deletions
diff --git a/cpp/src/Ice/SslSystem.cpp b/cpp/src/Ice/SslSystem.cpp
index 04a8059676d..947bf48f556 100644
--- a/cpp/src/Ice/SslSystem.cpp
+++ b/cpp/src/Ice/SslSystem.cpp
@@ -1,28 +1,28 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#include <string>
-#include <Ice/SslSystem.h>
-
-using namespace std;
-
-//
-// Protected Methods
-//
-
-IceSecurity::Ssl::System::System(string& systemID) :
- _systemID(systemID),
- _refCount(0)
-{
-}
-
-IceSecurity::Ssl::System::~System()
-{
-}
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#include <string>
+#include <Ice/SslSystem.h>
+
+using namespace std;
+
+//
+// Protected Methods
+//
+
+IceSecurity::Ssl::System::System(string& systemID) :
+ _systemID(systemID),
+ _refCount(0)
+{
+}
+
+IceSecurity::Ssl::System::~System()
+{
+}