summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/PluginI.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-05-07 15:01:48 -0700
committerMark Spruiell <mes@zeroc.com>2008-05-07 15:01:48 -0700
commitf41b9d08aa54927aaadd9a79df0cda91faba729d (patch)
treeee1e21954aab5d93009527a96d633a65a055a5cd /cpp/src/IceSSL/PluginI.h
parentFixed bug #3095 (diff)
downloadice-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.h4
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;
};