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/ServerContext.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/ServerContext.h')
-rw-r--r-- | cpp/src/IceSSL/ServerContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/ServerContext.h b/cpp/src/IceSSL/ServerContext.h index da0d87fec0a..f7c7c22424d 100644 --- a/cpp/src/IceSSL/ServerContext.h +++ b/cpp/src/IceSSL/ServerContext.h @@ -33,7 +33,7 @@ public: protected: - ServerContext(const TraceLevelsPtr&, const Ice::LoggerPtr&, const Ice::PropertiesPtr&); + ServerContext(const TraceLevelsPtr&, const Ice::CommunicatorPtr&); virtual void loadCertificateAuthority(const CertificateAuthority& certAuth); |