diff options
Diffstat (limited to 'cpp/src/Ice/SslSystem.cpp')
-rw-r--r-- | cpp/src/Ice/SslSystem.cpp | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/cpp/src/Ice/SslSystem.cpp b/cpp/src/Ice/SslSystem.cpp index 947bf48f556..04a8059676d 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()
+{
+}
|