diff options
author | Anthony Neal <aneal@zeroc.com> | 2001-11-17 20:06:01 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2001-11-17 20:06:01 +0000 |
commit | 3bfcb9e80be20d74a6f1e2a104dbb7892949b212 (patch) | |
tree | 1436c83a5bdf16c54051e2fc0601e94eb6a59441 /cpp/src/Ice/SslSystem.cpp | |
parent | fixes (diff) | |
download | ice-3bfcb9e80be20d74a6f1e2a104dbb7892949b212.tar.bz2 ice-3bfcb9e80be20d74a6f1e2a104dbb7892949b212.tar.xz ice-3bfcb9e80be20d74a6f1e2a104dbb7892949b212.zip |
SSL Update:
Security Excpetions re-done, expressed in Slice.
Trace has been cut down to a more reasonable level.
Cleaned up macros.
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()
+{
+}
|