diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-12-05 16:46:33 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-12-05 16:46:33 +0000 |
commit | 5fde960286c966f7293d1817c4e2eedf0cfd5250 (patch) | |
tree | 71bbec5577d3ef4fad7fa1b7f0c6cf16546bab1f /cpp/demo/Ice/throughput/Client.cpp | |
parent | Added warmup to Java throughput demo (diff) | |
download | ice-5fde960286c966f7293d1817c4e2eedf0cfd5250.tar.bz2 ice-5fde960286c966f7293d1817c4e2eedf0cfd5250.tar.xz ice-5fde960286c966f7293d1817c4e2eedf0cfd5250.zip |
Added warmup to java throughout demo
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp index ffdcb15fa4e..03bfd13aeec 100644 --- a/cpp/demo/Ice/throughput/Client.cpp +++ b/cpp/demo/Ice/throughput/Client.cpp @@ -70,7 +70,7 @@ ThroughputClient::run(int argc, char* argv[]) menu(); - throughput->ice_ping(); // Initial ping to setup the connection. + throughput->endWarmup(); // Initial ping to setup the connection. // // By default use byte sequence. |