From 622dd965066f2ba1f2b2bf8e7e418319d84346ea Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 20 Oct 2008 20:44:29 +0000 Subject: 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 --- cpp/src/qpid/client/SubscriptionManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/SubscriptionManager.h') 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); -- cgit v1.2.1