summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Client.cpp
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/IceGrid/Client.cpp
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/IceGrid/Client.cpp')
-rw-r--r--cpp/src/IceGrid/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp
index df2a0979b52..0fb84709c5e 100644
--- a/cpp/src/IceGrid/Client.cpp
+++ b/cpp/src/IceGrid/Client.cpp
@@ -574,7 +574,7 @@ Client::run(StringSeq& originalArgs)
lookupEndpoints = os.str();
}
- ObjectPrx prx = communicator()->stringToProxy("IceGridDiscovery/Lookup -d:" + lookupEndpoints);
+ ObjectPrx prx = communicator()->stringToProxy("IceGrid/Lookup -d:" + lookupEndpoints);
LookupPrx lookupPrx = LookupPrx::uncheckedCast(prx->ice_collocationOptimized(false));
if(properties->getProperty("IceGridAdmin.Discovery.Reply.Endpoints").empty())