summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/FlowControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/client/FlowControl.h')
-rw-r--r--cpp/src/qpid/client/FlowControl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/FlowControl.h b/cpp/src/qpid/client/FlowControl.h
index 081061ac02..0f5f8596ec 100644
--- a/cpp/src/qpid/client/FlowControl.h
+++ b/cpp/src/qpid/client/FlowControl.h
@@ -22,6 +22,8 @@
*
*/
+#include <qpid/sys/IntegerTypes.h>
+
namespace qpid {
namespace client {
@@ -40,9 +42,8 @@ namespace client {
* is renewed.
*
* In "window mode" credit is automatically renewed when a message is
- * acknowledged (@see AckPolicy) In non-window mode credit is not
- * automatically renewed, it must be explicitly re-set (@see
- * SubscriptionManager)
+ * accepted. In non-window mode credit is not automatically renewed,
+ * it must be explicitly re-set (@see Subscription)
*/
struct FlowControl {
static const uint32_t UNLIMITED=0xFFFFFFFF;