diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-22 20:31:00 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-22 20:31:00 +0000 |
| commit | 63d88fa5ff3407f26590bdf6b5a956d3307f677e (patch) | |
| tree | 2276bf378240735a701dab3c93c419fee0906a06 /cpp/src/qpid/client/SessionImpl.h | |
| parent | 1852df5d00eda8d25b7c11a01144fca629fc6427 (diff) | |
| download | qpid-python-63d88fa5ff3407f26590bdf6b5a956d3307f677e.tar.gz | |
QPID-920: allow applications to trigger the sending of a flush to server
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/SessionImpl.h')
| -rw-r--r-- | cpp/src/qpid/client/SessionImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SessionImpl.h b/cpp/src/qpid/client/SessionImpl.h index eb1c0acb97..86820dbb92 100644 --- a/cpp/src/qpid/client/SessionImpl.h +++ b/cpp/src/qpid/client/SessionImpl.h @@ -88,6 +88,7 @@ public: bool isCompleteUpTo(const framing::SequenceNumber& id); void waitForCompletion(const framing::SequenceNumber& id); void sendCompletion(); + void sendFlush(); //NOTE: these are called by the network thread when the connection is closed or dies void connectionClosed(uint16_t code, const std::string& text); |
