diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-31 10:29:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-31 10:29:55 +0200 |
commit | 147e81268e501a4b00b28aa63050358abaf33dcd (patch) | |
tree | 5fbc2d711ce7900118309c7bc53e33ffbb5263d3 /cpp/src/IceGridLib | |
parent | Fixed getPropertyAsList documentation (diff) | |
download | ice-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.cpp | 2 |
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 { |