summaryrefslogtreecommitdiff
path: root/cpp/src/IceGridLib
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-07-31 10:29:55 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-07-31 10:29:55 +0200
commit147e81268e501a4b00b28aa63050358abaf33dcd (patch)
tree5fbc2d711ce7900118309c7bc53e33ffbb5263d3 /cpp/src/IceGridLib
parentFixed getPropertyAsList documentation (diff)
downloadice-147e81268e501a4b00b28aa63050358abaf33dcd.tar.bz2
ice-147e81268e501a4b00b28aa63050358abaf33dcd.tar.xz
ice-147e81268e501a4b00b28aa63050358abaf33dcd.zip
ICE-4612: Added documentation to the Slice interfaces, added missing property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup
Diffstat (limited to 'cpp/src/IceGridLib')
-rw-r--r--cpp/src/IceGridLib/DiscoveryPluginI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGridLib/DiscoveryPluginI.cpp b/cpp/src/IceGridLib/DiscoveryPluginI.cpp
index 521bda66f22..b6c587d6c09 100644
--- a/cpp/src/IceGridLib/DiscoveryPluginI.cpp
+++ b/cpp/src/IceGridLib/DiscoveryPluginI.cpp
@@ -225,7 +225,7 @@ DiscoveryPluginI::initialize()
lookupEndpoints = os.str();
}
- Ice::ObjectPrx lookupPrx = _communicator->stringToProxy("IceGridDiscovery/Lookup -d:" + lookupEndpoints);
+ Ice::ObjectPrx lookupPrx = _communicator->stringToProxy("IceGrid/Lookup -d:" + lookupEndpoints);
lookupPrx = lookupPrx->ice_collocationOptimized(false); // No collocation optimization for the multicast proxy!
try
{