diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-03-10 17:15:25 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-03-10 17:15:25 +0100 |
commit | ec8ad61740e75382531eb09674f415e9b88a85a4 (patch) | |
tree | 117bdcc32f497aaab920ca13c6542fc0dd64e2a6 /cpp/src/Ice/OutgoingAsync.cpp | |
parent | Fixed ICE-6362 : fixed IceLocatorDiscovery infinite retry (diff) | |
download | ice-ec8ad61740e75382531eb09674f415e9b88a85a4.tar.bz2 ice-ec8ad61740e75382531eb09674f415e9b88a85a4.tar.xz ice-ec8ad61740e75382531eb09674f415e9b88a85a4.zip |
Fixed Linux build issue
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r-- | cpp/src/Ice/OutgoingAsync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp index 513ba5b287d..5814896e72d 100644 --- a/cpp/src/Ice/OutgoingAsync.cpp +++ b/cpp/src/Ice/OutgoingAsync.cpp @@ -837,7 +837,7 @@ CommunicatorFlushBatchAsync::flushConnection(const ConnectionIPtr& con) try { - IceUtil::Handle<FlushBatch> flushBatch = new FlushBatch(this, _instance, _observer); + OutgoingAsyncBasePtr flushBatch = new FlushBatch(this, _instance, _observer); int batchRequestNum = con->getBatchRequestQueue()->swap(flushBatch->getOs()); if(batchRequestNum == 0) { |