summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-12-03 17:09:19 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-12-03 17:09:19 +0100
commitf24200b2f2ce752ac2d35751d6d615b72642bbaf (patch)
treec1d95a4b55725bac4c1115e9b76e9718f1396ad7 /cpp
parentAdded back IceHome setting for source tree compiles (diff)
downloadice-f24200b2f2ce752ac2d35751d6d615b72642bbaf.tar.bz2
ice-f24200b2f2ce752ac2d35751d6d615b72642bbaf.tar.xz
ice-f24200b2f2ce752ac2d35751d6d615b72642bbaf.zip
Fixed demos to use Ice.Dispatcher
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Glacier2Lib/Application.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/Glacier2Lib/Application.cpp b/cpp/src/Glacier2Lib/Application.cpp
index 92b09e62098..80b6b6ff1e3 100644
--- a/cpp/src/Glacier2Lib/Application.cpp
+++ b/cpp/src/Glacier2Lib/Application.cpp
@@ -143,10 +143,7 @@ Glacier2::Application::objectAdapter()
IceUtil::Mutex::Lock lock(*IceInternal::Application::mutex);
if(!_adapter)
{
- // TODO: Depending on the resolution of
- // http://bugzilla/bugzilla/show_bug.cgi?id=4264 the OA
- // name could be an empty string.
- _adapter = communicator()->createObjectAdapterWithRouter(IceUtil::generateUUID(), router());
+ _adapter = communicator()->createObjectAdapterWithRouter("", router());
_adapter->activate();
}
return _adapter;