diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-04-20 11:57:42 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-04-20 11:57:42 +0200 |
commit | f6b52a538e9270d29bc9c015f7cc8223bafa3151 (patch) | |
tree | 4a460e07f54719dcb29af98258b3533b3b4057a7 /cpp/src/Ice/ConnectionI.cpp | |
parent | Visual Studio 2010 support (diff) | |
download | ice-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/ConnectionI.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index ca9453a055a..b2c04d7fb1d 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -784,12 +784,6 @@ Ice::ConnectionI::getBatchRequestQueue() const } #ifdef ICE_CPP11_MAPPING -void -Ice::ConnectionI::flushBatchRequests(CompressBatch compress) -{ - Connection::flushBatchRequestsAsync(compress).get(); -} - std::function<void()> Ice::ConnectionI::flushBatchRequestsAsync(CompressBatch compress, ::std::function<void(::std::exception_ptr)> ex, |