From 9d6e5ee84b3c3a53dfe78d3b5b74986495e7abee Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 23 Oct 2008 16:21:56 +0000 Subject: Minor changes to provide access for cluster to replicate delivery records. - broker::Queue: find message by position, set position. - broker::SemanticState: make record() public, add eachUnacked(), fix typo "NotifyEnabld" - broker::DeliveryRecord: added more public accessors git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707406 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/FlowControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client') diff --git a/cpp/src/qpid/client/FlowControl.h b/cpp/src/qpid/client/FlowControl.h index a4ed9879f4..081061ac02 100644 --- a/cpp/src/qpid/client/FlowControl.h +++ b/cpp/src/qpid/client/FlowControl.h @@ -27,7 +27,7 @@ namespace client { /** * Flow control works by associating a finite amount of "credit" - * associated with a subscription. + * with a subscription. * * Credit includes a message count and a byte count. Each message * received decreases the message count by one, and the byte count by -- cgit v1.2.1