summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectFactoryManager.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-12-05 06:59:17 +0000
committerMichi Henning <michi@zeroc.com>2002-12-05 06:59:17 +0000
commit531bc8037fb5cebb2201605eba4677348d603ba2 (patch)
tree47e8fd6148aa639ea041926f111790eb2b58bcda /cpp/src/Ice/ObjectFactoryManager.h
parentAdded AlreadyRegisteredException and NotRegisteredException. Removed (diff)
downloadice-531bc8037fb5cebb2201605eba4677348d603ba2.tar.bz2
ice-531bc8037fb5cebb2201605eba4677348d603ba2.tar.xz
ice-531bc8037fb5cebb2201605eba4677348d603ba2.zip
Changed the implementation of the various _kindOfObject members because
bloody VC++ can't handle initialization of static non-integral class members :-(
Diffstat (limited to 'cpp/src/Ice/ObjectFactoryManager.h')
-rw-r--r--cpp/src/Ice/ObjectFactoryManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectFactoryManager.h b/cpp/src/Ice/ObjectFactoryManager.h
index fd79fc4cd4b..0f7c1554192 100644
--- a/cpp/src/Ice/ObjectFactoryManager.h
+++ b/cpp/src/Ice/ObjectFactoryManager.h
@@ -39,7 +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";
+ static const char * const _kindOfObject;
};
}