diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-04-07 12:03:25 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-04-07 12:03:25 +0000 |
commit | 36c0273d7308ba242be66548d849bdacb99834c0 (patch) | |
tree | 1b336db433c72f72a3128efac8be06e8b1a5079f /cpp/src | |
parent | adding timeout test (diff) | |
download | ice-36c0273d7308ba242be66548d849bdacb99834c0.tar.bz2 ice-36c0273d7308ba242be66548d849bdacb99834c0.tar.xz ice-36c0273d7308ba242be66548d849bdacb99834c0.zip |
Fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/IceGrid/RegistryI.cpp b/cpp/src/IceGrid/RegistryI.cpp index d30c09e1af0..9fa35da2b2d 100644 --- a/cpp/src/IceGrid/RegistryI.cpp +++ b/cpp/src/IceGrid/RegistryI.cpp @@ -123,8 +123,6 @@ RegistryI::start(bool nowarn) TraceLevelsPtr traceLevels = new TraceLevels(properties, _communicator->getLogger(), false); - _communicator->setDefaultLocator(0); - // // Create the object adapters. // @@ -177,13 +175,6 @@ RegistryI::start(bool nowarn) registryAdapter->activate(); // - // Setup a internal locator to be used by the IceGrid registry itself. This locator is - // registered with the registry object adapter which is using its own threadpool. - // -// obj = registryAdapter->addWithUUID(new LocatorI(_communicator, _database, locatorRegistryPrx)); -// _communicator->setDefaultLocator(LocatorPrx::uncheckedCast(obj->ice_collocationOptimization(false))); - - // // Create the internal IceStorm service and the registry and node topics. // _iceStorm = IceStorm::Service::create(_communicator, |