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(). --- cpp/demo/Ice/hello/Client.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/demo/Ice/hello/Client.cpp') diff --git a/cpp/demo/Ice/hello/Client.cpp b/cpp/demo/Ice/hello/Client.cpp index 66b8e7deed9..1f63bf78ab0 100644 --- a/cpp/demo/Ice/hello/Client.cpp +++ b/cpp/demo/Ice/hello/Client.cpp @@ -107,11 +107,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) } else if(c == 'f') { - batchOneway->ice_flush(); - if(!secure) - { - batchDatagram->ice_flush(); - } + communicator->flushBatchRequests(); } else if(c == 'T') { -- cgit v1.2.3