From 2deb4832b4894bb2a5123daaffd54d6da652fae3 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 23 Jan 2009 14:08:42 +0000 Subject: QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue subscriptions is removed when they are cancelled. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737028 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Subscription.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/client/Subscription.h') diff --git a/cpp/src/qpid/client/Subscription.h b/cpp/src/qpid/client/Subscription.h index 6d9342bf09..47bb5d42a5 100644 --- a/cpp/src/qpid/client/Subscription.h +++ b/cpp/src/qpid/client/Subscription.h @@ -107,6 +107,8 @@ class Subscription : public Handle { /** Grant the specified amount of byte credit */ void grantByteCredit(uint32_t); + + friend class SubscriptionManager; }; }} // namespace qpid::client -- cgit v1.2.1