summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PluginManagerI.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/PluginManagerI.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/PluginManagerI.cpp')
-rw-r--r--cpp/src/Ice/PluginManagerI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/PluginManagerI.cpp b/cpp/src/Ice/PluginManagerI.cpp
index f8580f76269..6981c74d51a 100644
--- a/cpp/src/Ice/PluginManagerI.cpp
+++ b/cpp/src/Ice/PluginManagerI.cpp
@@ -24,6 +24,8 @@ using namespace std;
using namespace Ice;
using namespace IceInternal;
+const char * const Ice::PluginManagerI::_kindOfObject = "plug-in";
+
typedef Ice::Plugin* (*PLUGIN_FACTORY)(const CommunicatorPtr&, const string&, const StringSeq&);
PluginPtr