summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/ssl/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-09-26 18:56:57 -0400
committerBernard Normier <bernard@zeroc.com>2007-09-26 18:56:57 -0400
commitbb057831e174a0d4c06642c573a06eae7296f36c (patch)
tree9324bd248348032a1941633bb499ef09679febbb /cpp/test/Glacier2/ssl/Client.cpp
parentSquashed commit of the following: (diff)
downloadice-bb057831e174a0d4c06642c573a06eae7296f36c.tar.bz2
ice-bb057831e174a0d4c06642c573a06eae7296f36c.tar.xz
ice-bb057831e174a0d4c06642c573a06eae7296f36c.zip
Squashed commit of the following:
commit 8b2757175b076f620b2f5c5c788f811f38a4fa5b Author: Bernard Normier <bernard@zeroc.com> Date: Wed Sep 26 18:56:30 2007 -0400 Deprecated Glacier2.Admin and IcePatch2.Admin
Diffstat (limited to 'cpp/test/Glacier2/ssl/Client.cpp')
-rwxr-xr-xcpp/test/Glacier2/ssl/Client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Glacier2/ssl/Client.cpp b/cpp/test/Glacier2/ssl/Client.cpp
index 3c3e2f24b24..39858be2ee2 100755
--- a/cpp/test/Glacier2/ssl/Client.cpp
+++ b/cpp/test/Glacier2/ssl/Client.cpp
@@ -120,9 +120,9 @@ CallbackClient::run(int argc, char* argv[])
cout << "ok" << endl;
communicator()->setDefaultRouter(0);
- Glacier2::AdminPrx admin = Glacier2::AdminPrx::checkedCast(
- communicator()->stringToProxy("Glacier2/admin:tcp -h 127.0.0.1 -p 12349 -t 10000"));
- admin->shutdown();
+ Ice::ProcessPrx process = Ice::ProcessPrx::checkedCast(
+ communicator()->stringToProxy("Glacier2/admin -f Process:tcp -h 127.0.0.1 -p 12349 -t 10000"));
+ process->shutdown();
return EXIT_SUCCESS;
}