diff options
Diffstat (limited to 'cpp/demo/Ice/hello/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/hello/Client.cpp | 4 |
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(); |