summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/ClientContext.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2003-05-19 03:02:25 +0000
committerBenoit Foucher <benoit@zeroc.com>2003-05-19 03:02:25 +0000
commit47b282486e526c63359c92b833bdced50e1899d3 (patch)
treef3183b593c2a763281c53ffde61628f6c7fff1ee /cpp/src/IceSSL/ClientContext.h
parentFixed incorrect scope of iterator for for loop for VC6. (diff)
downloadice-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/ClientContext.h')
-rw-r--r--cpp/src/IceSSL/ClientContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/ClientContext.h b/cpp/src/IceSSL/ClientContext.h
index f39de89f713..06f6e8adcc2 100644
--- a/cpp/src/IceSSL/ClientContext.h
+++ b/cpp/src/IceSSL/ClientContext.h
@@ -33,7 +33,7 @@ public:
protected:
- ClientContext(const TraceLevelsPtr&, const Ice::LoggerPtr&, const Ice::PropertiesPtr&);
+ ClientContext(const TraceLevelsPtr&, const Ice::CommunicatorPtr&);
friend class OpenSSLPluginI;
};