From cf3a9eb8cf578be00f0556ff5d93bfdf7c12aec8 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 4 May 2009 17:22:33 +0000 Subject: Applied PIMPL pattern to SubscriptionManager. Cleaned up some sloppy #includes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771366 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/LocalQueueImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/LocalQueueImpl.h') diff --git a/cpp/src/qpid/client/LocalQueueImpl.h b/cpp/src/qpid/client/LocalQueueImpl.h index 64da8675d8..1afaa82d11 100644 --- a/cpp/src/qpid/client/LocalQueueImpl.h +++ b/cpp/src/qpid/client/LocalQueueImpl.h @@ -100,7 +100,7 @@ class LocalQueueImpl : public RefCounted { private: Demux::QueuePtr queue; Subscription subscription; - friend class SubscriptionManager; + friend class SubscriptionManagerImpl; }; }} // namespace qpid::client -- cgit v1.2.1