diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-21 12:16:50 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-21 12:16:50 -0230 |
commit | 2e6c83af2d788c518083caf4251a178d4098e4ea (patch) | |
tree | 76d1ea3fa46af91274e445959871e28fb3ba3446 /cpp/src/Ice/PluginManagerI.h | |
parent | Bug 2798 - add reason information to MemoryLimitException (diff) | |
download | ice-2e6c83af2d788c518083caf4251a178d4098e4ea.tar.bz2 ice-2e6c83af2d788c518083caf4251a178d4098e4ea.tar.xz ice-2e6c83af2d788c518083caf4251a178d4098e4ea.zip |
Bug 2504 - added getPlugins method to PluginManager
Diffstat (limited to 'cpp/src/Ice/PluginManagerI.h')
-rw-r--r-- | cpp/src/Ice/PluginManagerI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/PluginManagerI.h b/cpp/src/Ice/PluginManagerI.h index 659d435eb9a..65bd9134ab6 100644 --- a/cpp/src/Ice/PluginManagerI.h +++ b/cpp/src/Ice/PluginManagerI.h @@ -26,6 +26,7 @@ class PluginManagerI : public PluginManager, public IceUtil::Mutex public: virtual void initializePlugins(); + virtual StringSeq getPlugins(); virtual PluginPtr getPlugin(const std::string&); virtual void addPlugin(const std::string&, const PluginPtr&); virtual void destroy(); |