From 14e46bc24e79df49bd603c08d293c17245b9ca93 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Fri, 29 Aug 2003 06:51:58 +0000 Subject: Removed ice_flush() from proxy base class and implemented Communicator::flushBatchRequests(). --- java/demo/IceBox/hello/Client.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/demo/IceBox/hello/Client.java') diff --git a/java/demo/IceBox/hello/Client.java b/java/demo/IceBox/hello/Client.java index 191412c3ebc..ec2d75184a9 100644 --- a/java/demo/IceBox/hello/Client.java +++ b/java/demo/IceBox/hello/Client.java @@ -96,8 +96,7 @@ public class Client } else if(line.equals("f")) { - batchOneway.ice_flush(); - batchDatagram.ice_flush(); + communicator.flushBatchRequests(); } else if(line.equals("T")) { -- cgit v1.2.3