diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-08-30 15:50:31 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-08-30 15:50:31 -0230 |
commit | eae073a8a99eee7cc01ceb91e200384d8f46ccdf (patch) | |
tree | c032e38d8eae681d904daf2feb2b568f4aae4ce5 /cpp/src/Ice/PluginManagerI.h | |
parent | bug 2347 - added book demos to python (diff) | |
download | ice-eae073a8a99eee7cc01ceb91e200384d8f46ccdf.tar.bz2 ice-eae073a8a99eee7cc01ceb91e200384d8f46ccdf.tar.xz ice-eae073a8a99eee7cc01ceb91e200384d8f46ccdf.zip |
bug 2433 - use Ice.Plugin.Logger instead of Ice.LoggerPlugin to load logger from properties
Diffstat (limited to 'cpp/src/Ice/PluginManagerI.h')
-rw-r--r-- | cpp/src/Ice/PluginManagerI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/PluginManagerI.h b/cpp/src/Ice/PluginManagerI.h index a826670152a..fff75e4c01e 100644 --- a/cpp/src/Ice/PluginManagerI.h +++ b/cpp/src/Ice/PluginManagerI.h @@ -37,7 +37,7 @@ private: friend class IceInternal::Instance; void loadPlugins(int&, char*[]); - void loadPlugin(const std::string&, const std::string&, StringSeq&, bool); + void loadPlugin(const std::string&, const std::string&, StringSeq&); LoggerPtr getLogger() const; CommunicatorPtr _communicator; |