Author: gsim Date: Tue Jun 28 14:57:33 2011 New Revision: 1140666 URL: http://svn.apache.org/viewvc?rev=1140666&view=rev Log: NO-JIRA: minor update to doxygen comment for internal broker interface
Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Messages.h Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Messages.h URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Messages.h?rev=1140666&r1=1140665&r2=1140666&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/qpid/broker/Messages.h (original) +++ qpid/trunk/qpid/cpp/src/qpid/broker/Messages.h Tue Jun 28 14:57:33 2011 @@ -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 { --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org