diff options
author | ZeroC Staff <git@zeroc.com> | 2007-12-12 21:01:52 -0500 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2007-12-12 21:01:52 -0500 |
commit | 883a047970693d63716aade9bd94f38c75012c7c (patch) | |
tree | 28f414393cc199bd852d618bcaf4702dd380759b /cpp/src/Ice/ConnectionI.cpp | |
parent | Fixed VC build (diff) | |
parent | Fixed bug 2592 (diff) | |
download | ice-883a047970693d63716aade9bd94f38c75012c7c.tar.bz2 ice-883a047970693d63716aade9bd94f38c75012c7c.tar.xz ice-883a047970693d63716aade9bd94f38c75012c7c.zip |
Merge branch 'master' of bernard@cvs.zeroc.com:/home/git/ice
Diffstat (limited to 'cpp/src/Ice/ConnectionI.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index ccc6d5236e7..cef1930df87 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -974,6 +974,7 @@ Ice::ConnectionI::flushBatchRequests(BatchOutgoing* out) if(_batchRequestNum == 0) { + out->sent(false); return true; } @@ -1043,6 +1044,7 @@ Ice::ConnectionI::flushAsyncBatchRequests(const BatchOutgoingAsyncPtr& outAsync) if(_batchRequestNum == 0) { + outAsync->__sent(this); return; } |