summaryrefslogtreecommitdiff
path: root/cpp/demo
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-02-24 17:34:55 +0000
committerMarc Laukien <marc@zeroc.com>2005-02-24 17:34:55 +0000
commite4843a84aee34f87b6ddff1f60f3901fa5d8eed1 (patch)
tree4ee5698a05625634f56085806c1cb59b4960ed13 /cpp/demo
parentAdded missing break statement (diff)
downloadice-e4843a84aee34f87b6ddff1f60f3901fa5d8eed1.tar.bz2
ice-e4843a84aee34f87b6ddff1f60f3901fa5d8eed1.tar.xz
ice-e4843a84aee34f87b6ddff1f60f3901fa5d8eed1.zip
various performance improvements
Diffstat (limited to 'cpp/demo')
-rw-r--r--cpp/demo/Ice/throughput/Client.cpp6
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"