diff options
| author | Alan Conway <aconway@apache.org> | 2008-10-23 16:21:56 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-10-23 16:21:56 +0000 |
| commit | 9d6e5ee84b3c3a53dfe78d3b5b74986495e7abee (patch) | |
| tree | 257bed543782bbb7ca80a411a6d26b04a9b0784d /cpp/src/qpid/client | |
| parent | 1b127dfaac12835181f61637fb751380aff78e7e (diff) | |
| download | qpid-python-9d6e5ee84b3c3a53dfe78d3b5b74986495e7abee.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/client')
| -rw-r--r-- | cpp/src/qpid/client/FlowControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
