diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-10-18 07:50:11 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-10-18 07:50:11 +0000 |
commit | 926cda097547694ad8abb7edf39a000db2e420a3 (patch) | |
tree | 101d90702330aca3fe41d9a5440c578b9d761dec /cpp/demo/IceGrid/simple/Client.cpp | |
parent | Added simpleC and simpleS to the all dependencies. (diff) | |
download | ice-926cda097547694ad8abb7edf39a000db2e420a3.tar.bz2 ice-926cda097547694ad8abb7edf39a000db2e420a3.tar.xz ice-926cda097547694ad8abb7edf39a000db2e420a3.zip |
Fix
Diffstat (limited to 'cpp/demo/IceGrid/simple/Client.cpp')
-rw-r--r-- | cpp/demo/IceGrid/simple/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/simple/Client.cpp b/cpp/demo/IceGrid/simple/Client.cpp index b2f9fa70503..b236654ca42 100644 --- a/cpp/demo/IceGrid/simple/Client.cpp +++ b/cpp/demo/IceGrid/simple/Client.cpp @@ -58,7 +58,7 @@ HelloClient::run(int argc, char* argv[]) } catch(const Ice::NotRegisteredException&) { - IceGrid::QueryPrx query = IceGrid::QueryPrx::checkedCast(communicator()->stringToProxy("IceGrid/Query")); + IceGrid::QueryPrx query = IceGrid::QueryPrx::checkedCast(communicator()->stringToProxy("DemoIceGrid/Query")); hello = HelloPrx::checkedCast(query->findObjectByType("::Demo::Hello")); } if(!hello) |