summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-04-20 11:57:42 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-04-20 11:57:42 +0200
commitf6b52a538e9270d29bc9c015f7cc8223bafa3151 (patch)
tree4a460e07f54719dcb29af98258b3533b3b4057a7 /cpp/src/Ice/CommunicatorI.cpp
parentVisual Studio 2010 support (diff)
downloadice-f6b52a538e9270d29bc9c015f7cc8223bafa3151.tar.bz2
ice-f6b52a538e9270d29bc9c015f7cc8223bafa3151.tar.xz
ice-f6b52a538e9270d29bc9c015f7cc8223bafa3151.zip
Fixed ICE-7744 - Changed back C++11 flushBatchRequests to return void
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r--cpp/src/Ice/CommunicatorI.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp
index 66be6c81207..bb3f32bbf05 100644
--- a/cpp/src/Ice/CommunicatorI.cpp
+++ b/cpp/src/Ice/CommunicatorI.cpp
@@ -371,11 +371,6 @@ const ::std::string flushBatchRequests_name = "flushBatchRequests";
}
#ifdef ICE_CPP11_MAPPING
-void
-Ice::CommunicatorI::flushBatchRequests(CompressBatch compress)
-{
- Communicator::flushBatchRequestsAsync(compress).get();
-}
::std::function<void()>
Ice::CommunicatorI::flushBatchRequestsAsync(CompressBatch compress,