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/callback/Client.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/demo/Ice/callback/Client.cpp') diff --git a/cpp/demo/Ice/callback/Client.cpp b/cpp/demo/Ice/callback/Client.cpp index 45401b1a861..e0b6c667465 100644 --- a/cpp/demo/Ice/callback/Client.cpp +++ b/cpp/demo/Ice/callback/Client.cpp @@ -156,11 +156,7 @@ CallbackClient::run(int argc, char* argv[]) } else if(c == 'f') { - batchOneway->ice_flush(); - if(!secure) - { - batchDatagram->ice_flush(); - } + communicator()->flushBatchRequests(); } else if(c == 'S') { -- cgit v1.2.3