diff options
author | Benoit Foucher <benoit@zeroc.com> | 2003-05-19 03:02:25 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2003-05-19 03:02:25 +0000 |
commit | 47b282486e526c63359c92b833bdced50e1899d3 (patch) | |
tree | f3183b593c2a763281c53ffde61628f6c7fff1ee /cpp/src/IceSSL/OpenSSLPluginI.h | |
parent | Fixed incorrect scope of iterator for for loop for VC6. (diff) | |
download | ice-47b282486e526c63359c92b833bdced50e1899d3.tar.bz2 ice-47b282486e526c63359c92b833bdced50e1899d3.tar.xz ice-47b282486e526c63359c92b833bdced50e1899d3.zip |
Use communicator->getLogger() instead of caching the logger to eventually
use logger installed by the user.
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.h')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLPluginI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.h b/cpp/src/IceSSL/OpenSSLPluginI.h index d140d93c05e..d6c2dd12946 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.h +++ b/cpp/src/IceSSL/OpenSSLPluginI.h @@ -93,7 +93,6 @@ private: const IceInternal::ProtocolPluginFacadePtr _protocolPluginFacade; const TraceLevelsPtr _traceLevels; - const Ice::LoggerPtr _logger; const Ice::PropertiesPtr _properties; IceSSL::ServerContext _serverContext; |