summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/Client.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-05-04 05:26:14 +0000
committerMichi Henning <michi@zeroc.com>2007-05-04 05:26:14 +0000
commite9f4ea3f4e04361d104f4cd07111d07a62c501bb (patch)
tree8bde677a6fb7ee16aeefee6528ed447511298175 /cpp/demo/Ice/hello/Client.cpp
parentBug 1022. (diff)
downloadice-e9f4ea3f4e04361d104f4cd07111d07a62c501bb.tar.bz2
ice-e9f4ea3f4e04361d104f4cd07111d07a62c501bb.tar.xz
ice-e9f4ea3f4e04361d104f4cd07111d07a62c501bb.zip
Removed debugging code for bug 1022.
Diffstat (limited to 'cpp/demo/Ice/hello/Client.cpp')
-rw-r--r--cpp/demo/Ice/hello/Client.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/cpp/demo/Ice/hello/Client.cpp b/cpp/demo/Ice/hello/Client.cpp
index b87421f37c4..dbf877722d9 100644
--- a/cpp/demo/Ice/hello/Client.cpp
+++ b/cpp/demo/Ice/hello/Client.cpp
@@ -66,17 +66,7 @@ HelloClient::run(int argc, char* argv[])
{
cout << "==> ";
cin >> c;
- if(c == 'p')
- {
- cout << communicator()->proxyToString(twoway) << endl;
- cout << twoway->proxy(twoway) << endl;
- }
- else if(c == 'e')
- {
- HelloPrx h = twoway->echo(twoway);
- cout << communicator()->proxyToString(h) << endl;
- }
- else if(c == 't')
+ if(c == 't')
{
twoway->sayHello(delay);
}