summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SessionBase_0_10.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/SessionBase_0_10.h')
-rw-r--r--cpp/src/qpid/client/SessionBase_0_10.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/SessionBase_0_10.h b/cpp/src/qpid/client/SessionBase_0_10.h
index e5d2b19327..3b54b733c8 100644
--- a/cpp/src/qpid/client/SessionBase_0_10.h
+++ b/cpp/src/qpid/client/SessionBase_0_10.h
@@ -75,9 +75,9 @@ class SessionBase_0_10 {
*/
void close();
- /** Synchronize the session: sync() waits until all commands
- * issued on this session have been completed. It is equivalent to
- * calling Session::executionSync()
+ /**
+ * Synchronize the session: sync() waits until all commands issued
+ * on this session so far have been completed by the broker.
*
* Note sync() is always synchronous, even on an AsyncSession object
* because that's almost always what you want. You can call