From 63f68e2f68cafce3da7ca03113e6eddc38d405b3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 27 May 2008 18:38:06 +0000 Subject: Tighten up sync-correctness in SubscriptionManager & Dispatcher. Add a flush to SessionBase_0_10::sync() so it syncs in both directions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660643 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SessionBase_0_10.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/client/SessionBase_0_10.h') 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 -- cgit v1.2.1