diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-09 16:37:33 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-09 16:37:33 +0000 |
commit | 87c0f212870119d16f617920186db8d8cdbaacce (patch) | |
tree | 1980eff298c3bd35f71f67421f6d0bda4ce634ec /cpp/src/IceSSL/PluginI.cpp | |
parent | Back out last change (diff) | |
download | ice-87c0f212870119d16f617920186db8d8cdbaacce.tar.bz2 ice-87c0f212870119d16f617920186db8d8cdbaacce.tar.xz ice-87c0f212870119d16f617920186db8d8cdbaacce.zip |
Readded previous change
Diffstat (limited to 'cpp/src/IceSSL/PluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/PluginI.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/PluginI.cpp b/cpp/src/IceSSL/PluginI.cpp index a6a9753570d..e7ecdd591a0 100644 --- a/cpp/src/IceSSL/PluginI.cpp +++ b/cpp/src/IceSSL/PluginI.cpp @@ -266,6 +266,10 @@ ConnectionInvalidException::ConnectionInvalidException(const char* file, int lin { } +ConnectionInvalidException::~ConnectionInvalidException() throw() +{ +} + string ConnectionInvalidException::ice_name() const { |