diff options
author | Michi Henning <michi@zeroc.com> | 2002-12-05 06:31:16 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2002-12-05 06:31:16 +0000 |
commit | 3bd386f9497ca18c74ff4e505922d52a16bf5779 (patch) | |
tree | e89b92fe5c5253ca4d37cb58b6cc0f5816abd3fb /cpp/src/Ice/ObjectFactoryManager.h | |
parent | yet another fix for Incoming cache (diff) | |
download | ice-3bd386f9497ca18c74ff4e505922d52a16bf5779.tar.bz2 ice-3bd386f9497ca18c74ff4e505922d52a16bf5779.tar.xz ice-3bd386f9497ca18c74ff4e505922d52a16bf5779.zip |
Added AlreadyRegisteredException and NotRegisteredException. Removed
PluginExistsException, PluginNotFoundException,
ObjectAdapterNotRegisteredException, and ObjectAdapterIdInUseException.
Updated test suite for new exceptions and did a make depend.
Diffstat (limited to 'cpp/src/Ice/ObjectFactoryManager.h')
-rw-r--r-- | cpp/src/Ice/ObjectFactoryManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ObjectFactoryManager.h b/cpp/src/Ice/ObjectFactoryManager.h index 08dfc08f37e..fd79fc4cd4b 100644 --- a/cpp/src/Ice/ObjectFactoryManager.h +++ b/cpp/src/Ice/ObjectFactoryManager.h @@ -39,6 +39,7 @@ private: std::map<std::string, ::Ice::ObjectFactoryPtr> _factoryMap; std::map<std::string, ::Ice::ObjectFactoryPtr>::iterator _factoryMapHint; + static const char * const _kindOfObject = "object factory"; }; } |