summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectFactoryManager.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-12-05 06:31:16 +0000
committerMichi Henning <michi@zeroc.com>2002-12-05 06:31:16 +0000
commit3bd386f9497ca18c74ff4e505922d52a16bf5779 (patch)
treee89b92fe5c5253ca4d37cb58b6cc0f5816abd3fb /cpp/src/Ice/ObjectFactoryManager.h
parentyet another fix for Incoming cache (diff)
downloadice-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.h1
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";
};
}