diff options
author | Anthony Neal <aneal@zeroc.com> | 2003-12-12 16:48:27 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2003-12-12 16:48:27 +0000 |
commit | 08c9a04f60fc6dd34c8c1508b0afb603e47d1f36 (patch) | |
tree | 17a638307333c15224e59db1446e339d852b5927 /cpp/src/IceSSL/OpenSSLPluginI.h | |
parent | fixes (diff) | |
download | ice-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.h | 1 |
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; |