summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/BatchOneways.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/operations/BatchOneways.cpp')
-rw-r--r--cpp/test/Ice/operations/BatchOneways.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/operations/BatchOneways.cpp b/cpp/test/Ice/operations/BatchOneways.cpp
index 631302bfd80..9547ed388de 100644
--- a/cpp/test/Ice/operations/BatchOneways.cpp
+++ b/cpp/test/Ice/operations/BatchOneways.cpp
@@ -40,7 +40,7 @@ public:
if(_size + request.getSize() > 25000)
{
#ifdef ICE_CPP11_MAPPING
- request.getProxy()->ice_flushBatchRequests_async();
+ request.getProxy()->ice_flushBatchRequestsAsync();
#else
request.getProxy()->begin_ice_flushBatchRequests();
#endif