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/SessionBase.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/SessionBase.h')
| -rw-r--r-- | cpp/src/qpid/client/SessionBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SessionBase.h b/cpp/src/qpid/client/SessionBase.h index 29a266f4ca..61997244d2 100644 --- a/cpp/src/qpid/client/SessionBase.h +++ b/cpp/src/qpid/client/SessionBase.h @@ -131,6 +131,7 @@ class SessionBase Execution& getExecution(); void sync(); + void flush(); void markCompleted(const framing::SequenceNumber& id, bool cumulative, bool notifyPeer); void sendCompletion(); |
