diff options
Diffstat (limited to 'cpp/src/qpid/client/SessionImpl.cpp')
| -rw-r--r-- | cpp/src/qpid/client/SessionImpl.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SessionImpl.cpp b/cpp/src/qpid/client/SessionImpl.cpp index 190141c411..4f3869319c 100644 --- a/cpp/src/qpid/client/SessionImpl.cpp +++ b/cpp/src/qpid/client/SessionImpl.cpp @@ -525,6 +525,12 @@ void SessionImpl::sendCompletion() sendCompletionImpl(); } +void SessionImpl::sendFlush() +{ + Lock l(state); + proxy.flush(false, false, true); +} + void SessionImpl::sendCompletionImpl() { proxy.completed(completedIn, true); |
