summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-03-10 17:15:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-03-10 17:15:25 +0100
commitec8ad61740e75382531eb09674f415e9b88a85a4 (patch)
tree117bdcc32f497aaab920ca13c6542fc0dd64e2a6 /cpp/src/Ice/OutgoingAsync.cpp
parentFixed ICE-6362 : fixed IceLocatorDiscovery infinite retry (diff)
downloadice-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.cpp2
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)
{