diff options
author | Marc Laukien <marc@zeroc.com> | 2005-02-24 17:34:55 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-02-24 17:34:55 +0000 |
commit | e4843a84aee34f87b6ddff1f60f3901fa5d8eed1 (patch) | |
tree | 4ee5698a05625634f56085806c1cb59b4960ed13 /cpp/demo/Ice/throughput/Client.cpp | |
parent | Added missing break statement (diff) | |
download | ice-e4843a84aee34f87b6ddff1f60f3901fa5d8eed1.tar.bz2 ice-e4843a84aee34f87b6ddff1f60f3901fa5d8eed1.tar.xz ice-e4843a84aee34f87b6ddff1f60f3901fa5d8eed1.zip |
various performance improvements
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Client.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp index 97d03b5f771..cdb0717e4d8 100644 --- a/cpp/demo/Ice/throughput/Client.cpp +++ b/cpp/demo/Ice/throughput/Client.cpp @@ -19,9 +19,9 @@ menu() cout << "usage:\n" "toggle type of data to send\n" - " 1: byte sequence (default)\n" - " 2: string { \"hello\" } sequence\n" - " 3: struct { \"hello\", \"3.14\" } sequence\n" + " 1: sequence of bytes (default)\n" + " 2: sequence of strings (\"hello\")\n" + " 3: sequence of structs with a string (\"hello\") and a double\n" "select test to run\n" " t: send sequence as twoway\n" " o: send sequence as oneway\n" |