summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-12-09 15:07:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-12-09 15:07:25 +0100
commit5049a68f850217166235ea51dcfbddd3e6e7ff4a (patch)
tree11335c9dc6f16d99fa65370dde86fc028ed42631 /cpp/src/Ice/CommunicatorI.cpp
parentBug 4456 - Remove unneeded CFLAGS (diff)
downloadice-5049a68f850217166235ea51dcfbddd3e6e7ff4a.tar.bz2
ice-5049a68f850217166235ea51dcfbddd3e6e7ff4a.tar.xz
ice-5049a68f850217166235ea51dcfbddd3e6e7ff4a.zip
Finished fix for bug 3234, disable a udp test and fixed bogus C++ Communicator::flushBatchRequests
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r--cpp/src/Ice/CommunicatorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp
index 8e9d9b1de5c..33a1f811a58 100644
--- a/cpp/src/Ice/CommunicatorI.cpp
+++ b/cpp/src/Ice/CommunicatorI.cpp
@@ -304,7 +304,7 @@ Ice::CommunicatorI::flushBatchRequests()
AsyncResultPtr
Ice::CommunicatorI::begin_flushBatchRequests()
{
- return begin_flushBatchRequestsInternal(0, 0);
+ return begin_flushBatchRequestsInternal(::IceInternal::__dummyCallback, 0);
}
AsyncResultPtr