summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
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/Object.cpp
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/Object.cpp')
-rw-r--r--cpp/src/Ice/Object.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp
index 6b49eca3bf1..111fc2413a7 100644
--- a/cpp/src/Ice/Object.cpp
+++ b/cpp/src/Ice/Object.cpp
@@ -25,6 +25,8 @@ using namespace IceInternal;
void IceInternal::incRef(Object* p) { p->__incRef(); }
void IceInternal::decRef(Object* p) { p->__decRef(); }
+const char * const Ice::Object::_kindOfObject = "facet";
+
Ice::Object::Object() :
_activeFacetMapHint(_activeFacetMap.end())
{