summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-10-20 20:44:29 +0000
committerAlan Conway <aconway@apache.org>2008-10-20 20:44:29 +0000
commit622dd965066f2ba1f2b2bf8e7e418319d84346ea (patch)
tree5e10cb5119d477d3cb4e03eff2ba3202bca86f9f /cpp/src/qpid/client
parente8f99e5859125f5a1a9ab89116946b76e822cb30 (diff)
downloadqpid-python-622dd965066f2ba1f2b2bf8e7e418319d84346ea.tar.gz
cluster_test: Unit test for Tx state replication.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client')
-rw-r--r--cpp/src/qpid/client/AckPolicy.h2
-rw-r--r--cpp/src/qpid/client/SubscriptionManager.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/AckPolicy.h b/cpp/src/qpid/client/AckPolicy.h
index b34f1d15d1..84bfb6a46a 100644
--- a/cpp/src/qpid/client/AckPolicy.h
+++ b/cpp/src/qpid/client/AckPolicy.h
@@ -44,7 +44,7 @@ class AckPolicy
/**
* Sends accepts and marks completion of received transfers.
*
- *@param n: acknowledge every n messages.
+ *@param n: send an accept for every n messages received.
*n==0 means no automatic acknowledgement.
*/
AckPolicy(size_t n=1);
diff --git a/cpp/src/qpid/client/SubscriptionManager.h b/cpp/src/qpid/client/SubscriptionManager.h
index 10dd8b8da3..07faa48fee 100644
--- a/cpp/src/qpid/client/SubscriptionManager.h
+++ b/cpp/src/qpid/client/SubscriptionManager.h
@@ -183,7 +183,7 @@ class SubscriptionManager : public sys::Runnable
/** Set the accept-mode for new subscriptions. Defaults to true.
*@param required: if true messages must be confirmed by calling
- *Message::acknowledge() or automatically, see setAckPolicy()
+ *Message::acknowledge() or automatically via an AckPolicy, see setAckPolicy()
*/
void setAcceptMode(bool required);