diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-05-07 15:01:48 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-05-07 15:01:48 -0700 |
commit | f41b9d08aa54927aaadd9a79df0cda91faba729d (patch) | |
tree | ee1e21954aab5d93009527a96d633a65a055a5cd /cpp/src/IceSSL/PluginI.h | |
parent | Fixed bug #3095 (diff) | |
download | ice-f41b9d08aa54927aaadd9a79df0cda91faba729d.tar.bz2 ice-f41b9d08aa54927aaadd9a79df0cda91faba729d.tar.xz ice-f41b9d08aa54927aaadd9a79df0cda91faba729d.zip |
bugs 1943, 3081 - IceStorm failures with ssl
Diffstat (limited to 'cpp/src/IceSSL/PluginI.h')
-rw-r--r-- | cpp/src/IceSSL/PluginI.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/PluginI.h b/cpp/src/IceSSL/PluginI.h index 0ede053872d..a80446d6f65 100644 --- a/cpp/src/IceSSL/PluginI.h +++ b/cpp/src/IceSSL/PluginI.h @@ -13,7 +13,6 @@ #include <IceSSL/Plugin.h> #include <IceSSL/InstanceF.h> #include <Ice/CommunicatorF.h> -#include <Ice/Plugin.h> namespace IceSSL { @@ -40,9 +39,6 @@ public: private: - void setupSSL(const Ice::CommunicatorPtr&); - void cleanupSSL(); - InstancePtr _instance; }; |