From 94d10eae8a6bd1ad922a41f41036f0af0e06e7ac Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 28 Jun 2011 14:57:33 +0000 Subject: NO-JIRA: minor update to doxygen comment for internal broker interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1140666 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Messages.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid') diff --git a/cpp/src/qpid/broker/Messages.h b/cpp/src/qpid/broker/Messages.h index 0d75417640..c535fd1936 100644 --- a/cpp/src/qpid/broker/Messages.h +++ b/cpp/src/qpid/broker/Messages.h @@ -32,7 +32,8 @@ struct QueuedMessage; /** * This interface abstracts out the access to the messages held for - * delivery by a Queue instance. + * delivery by a Queue instance. Note the the assumption at present is + * that all locking is done in the Queue itself. */ class Messages { -- cgit v1.2.1