summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterI.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/ObjectAdapterI.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/ObjectAdapterI.cpp')
-rw-r--r--cpp/src/Ice/ObjectAdapterI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.cpp b/cpp/src/Ice/ObjectAdapterI.cpp
index 49ce80df465..f4c1fafddd4 100644
--- a/cpp/src/Ice/ObjectAdapterI.cpp
+++ b/cpp/src/Ice/ObjectAdapterI.cpp
@@ -41,6 +41,8 @@ using namespace std;
using namespace Ice;
using namespace IceInternal;
+const char * const Ice::ObjectAdapterI::_kindOfObject = "object adapter";
+
CommunicatorPtr
Ice::ObjectAdapterI::getCommunicator()
{