summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/LocalQueueImpl.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-05-04 17:22:33 +0000
committerAlan Conway <aconway@apache.org>2009-05-04 17:22:33 +0000
commitcf3a9eb8cf578be00f0556ff5d93bfdf7c12aec8 (patch)
tree2b67937230ab3aaa1770f85125a77376d616dc05 /cpp/src/qpid/client/LocalQueueImpl.h
parent2407f9f523b0eeeb8988e30c797fdb46039fc3d3 (diff)
downloadqpid-python-cf3a9eb8cf578be00f0556ff5d93bfdf7c12aec8.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/client/LocalQueueImpl.h')
-rw-r--r--cpp/src/qpid/client/LocalQueueImpl.h2
1 files changed, 1 insertions, 1 deletions
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