diff options
Diffstat (limited to 'cpp/src/qpid/client/SessionBase.h')
| -rw-r--r-- | cpp/src/qpid/client/SessionBase.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SessionBase.h b/cpp/src/qpid/client/SessionBase.h index 890dbd269b..87c0892b61 100644 --- a/cpp/src/qpid/client/SessionBase.h +++ b/cpp/src/qpid/client/SessionBase.h @@ -84,6 +84,11 @@ class SessionBase /** Close the session */ void close(); + + /** Synchronize with the broker. Wait for all commands issued so far in + * the session to complete. + */ + void sync(); Execution& getExecution(); |
