summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-06-28 14:57:33 +0000
committerGordon Sim <gsim@apache.org>2011-06-28 14:57:33 +0000
commitc0635d700dfd3f3a032adbc4c84e049bd5b47722 (patch)
treead710d5c044e0f549f669f20b7cb19e0bd48bc5c
parentc3962f80e6ff711ed0bced74b42198a4f5118519 (diff)
downloadqpid-python-c0635d700dfd3f3a032adbc4c84e049bd5b47722.tar.gz
NO-JIRA: minor update to doxygen comment for internal broker interface
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1140666 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/broker/Messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Messages.h b/qpid/cpp/src/qpid/broker/Messages.h
index 0d75417640..c535fd1936 100644
--- a/qpid/cpp/src/qpid/broker/Messages.h
+++ b/qpid/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
{