diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-12-05 16:53:52 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-12-05 16:53:52 +0000 |
commit | 92a1a10f19a89d1cc3ed801856fde296a55cb2a8 (patch) | |
tree | 3100ea446f0310b8728d5512e42ff93186cde615 /cs/demo/Ice/throughput/Client.cs | |
parent | Added warmup to java throughout demo (diff) | |
download | ice-92a1a10f19a89d1cc3ed801856fde296a55cb2a8.tar.bz2 ice-92a1a10f19a89d1cc3ed801856fde296a55cb2a8.tar.xz ice-92a1a10f19a89d1cc3ed801856fde296a55cb2a8.zip |
Added warmup for java demo
Diffstat (limited to 'cs/demo/Ice/throughput/Client.cs')
-rwxr-xr-x | cs/demo/Ice/throughput/Client.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/throughput/Client.cs b/cs/demo/Ice/throughput/Client.cs index e08f1ed0524..939191292a0 100755 --- a/cs/demo/Ice/throughput/Client.cs +++ b/cs/demo/Ice/throughput/Client.cs @@ -72,7 +72,7 @@ public class Client : Ice.Application menu(); - throughput.ice_ping(); // Initial ping to setup the connection. + throughput.endWarmup(); // Initial ping to setup the connection. // // By default use byte sequence. |