summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLPluginI.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2003-12-12 16:48:27 +0000
committerAnthony Neal <aneal@zeroc.com>2003-12-12 16:48:27 +0000
commit08c9a04f60fc6dd34c8c1508b0afb603e47d1f36 (patch)
tree17a638307333c15224e59db1446e339d852b5927 /cpp/src/IceSSL/OpenSSLPluginI.h
parentfixes (diff)
downloadice-08c9a04f60fc6dd34c8c1508b0afb603e47d1f36.tar.bz2
ice-08c9a04f60fc6dd34c8c1508b0afb603e47d1f36.tar.xz
ice-08c9a04f60fc6dd34c8c1508b0afb603e47d1f36.zip
Modifications made to:
Add additional cleanup processing on Plugin destruction. Add IceSSL.MemoryDebug messages.
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.h')
-rw-r--r--cpp/src/IceSSL/OpenSSLPluginI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.h b/cpp/src/IceSSL/OpenSSLPluginI.h
index d6c2dd12946..1d79de37189 100644
--- a/cpp/src/IceSSL/OpenSSLPluginI.h
+++ b/cpp/src/IceSSL/OpenSSLPluginI.h
@@ -94,6 +94,7 @@ private:
const IceInternal::ProtocolPluginFacadePtr _protocolPluginFacade;
const TraceLevelsPtr _traceLevels;
const Ice::PropertiesPtr _properties;
+ const int _memDebug;
IceSSL::ServerContext _serverContext;
IceSSL::ClientContext _clientContext;