From f0922bfe420ab04d1ebc09140df581d30d3d6494 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Fri, 15 Oct 2010 13:00:13 +0000 Subject: Improved wording in the doxygen strings for session::reject(), session::release(). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1022902 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/messaging/Session.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/messaging/Session.h b/cpp/include/qpid/messaging/Session.h index ed8d87ceb2..bb631f1563 100644 --- a/cpp/include/qpid/messaging/Session.h +++ b/cpp/include/qpid/messaging/Session.h @@ -80,13 +80,15 @@ class Session : public qpid::messaging::Handle */ QPID_MESSAGING_EXTERN void acknowledge(Message&, bool sync=false); /** - * Rejects the specified message. The broker does not redeliver - * a message that has been rejected. + * Rejects the specified message. The broker does not redeliver a + * message that has been rejected. Once a message has been + * acknowledged, it can no longer be rejected. */ QPID_MESSAGING_EXTERN void reject(Message&); /** - * Releases the specified message. The broker may - * redeliver the message. + * Releases the specified message. The broker may redeliver the + * message. One a message has been acknowledged, it can no longer + * be released. */ QPID_MESSAGING_EXTERN void release(Message&); -- cgit v1.2.1