summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-18 07:14:51 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-18 07:14:51 +0000
commit48fb0e4fbb09a1c6558ac177f80ed68c86eb9329 (patch)
tree041cf8166693141147c42a3cea32002f39a747d7 /cpp/demo/Ice/hello/Client.cpp
parentthread-safe shutdown (diff)
downloadice-48fb0e4fbb09a1c6558ac177f80ed68c86eb9329.tar.bz2
ice-48fb0e4fbb09a1c6558ac177f80ed68c86eb9329.tar.xz
ice-48fb0e4fbb09a1c6558ac177f80ed68c86eb9329.zip
shutdown fixes
Diffstat (limited to 'cpp/demo/Ice/hello/Client.cpp')
-rw-r--r--cpp/demo/Ice/hello/Client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/demo/Ice/hello/Client.cpp b/cpp/demo/Ice/hello/Client.cpp
index a56ddd291a8..ae44f23413d 100644
--- a/cpp/demo/Ice/hello/Client.cpp
+++ b/cpp/demo/Ice/hello/Client.cpp
@@ -139,6 +139,10 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
twoway->shutdown();
}
+ else if (c == 'x')
+ {
+ // Nothing to do
+ }
else if (c == '?')
{
menu();