From db3b68cb56c951f2f54fd63685039ab908acab06 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 9 Aug 2002 14:46:06 +0000 Subject: Added new IcePack test suite, add IcePack tracing properties, added IcePack server shutdown. --- cpp/src/IcePack/Client.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpp/src/IcePack/Client.cpp') diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp index 0b70eb9a98c..a3c1d5960b1 100644 --- a/cpp/src/IcePack/Client.cpp +++ b/cpp/src/IcePack/Client.cpp @@ -175,12 +175,10 @@ Client::run(int argc, char* argv[]) return EXIT_FAILURE; } - Ice::ObjectPrx base = communicator()->stringToProxy("IcePack/admin@IcePack.Admin"); - - AdminPrx admin = AdminPrx::checkedCast(base); + AdminPrx admin = AdminPrx::checkedCast(communicator()->stringToProxy("IcePack/Admin@IcePackAdminAdapter")); if(!admin) { - cerr << appName() << ": `" << "' are no valid administrative endpoints" << endl; + cerr << appName() << ": no valid administrative endpoints" << endl; return EXIT_FAILURE; } -- cgit v1.2.3