diff options
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp index 9a029d9a30b..97d03b5f771 100644 --- a/cpp/demo/Ice/throughput/Client.cpp +++ b/cpp/demo/Ice/throughput/Client.cpp @@ -234,6 +234,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) break; } } + break; } case '3': @@ -264,6 +265,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) break; } } + break; } } } |