From e4843a84aee34f87b6ddff1f60f3901fa5d8eed1 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 24 Feb 2005 17:34:55 +0000 Subject: various performance improvements --- cpp/demo/Ice/throughput/Client.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/demo/Ice/throughput/Client.cpp') 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" -- cgit v1.2.3