diff options
Diffstat (limited to 'cpp/demo/Ice/hello/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/hello/Client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/Client.cpp b/cpp/demo/Ice/hello/Client.cpp index d325ab72627..affd68ae438 100644 --- a/cpp/demo/Ice/hello/Client.cpp +++ b/cpp/demo/Ice/hello/Client.cpp @@ -112,7 +112,8 @@ HelloClient::run(int argc, char* argv[]) } else if(c == 'f') { - communicator()->flushBatchRequests(); + batchOneway->ice_flushBatchRequests(); + batchDatagram->ice_flushBatchRequests(); } else if(c == 'T') { |