diff options
author | Gordon Sim <gsim@apache.org> | 2013-04-29 18:04:17 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2013-04-29 18:04:17 +0000 |
commit | a29b83f08ed76102923a9304dc8c89c68faca97c (patch) | |
tree | 05cadd4783165344d510c0c6d6f69f933b36455f /cpp/src/qpid/broker/QueueCursor.h | |
parent | fe17c41b0b6b3e31ad575dfd2ff9a4b007650dbe (diff) | |
download | qpid-python-a29b83f08ed76102923a9304dc8c89c68faca97c.tar.gz |
QPID-4339: simple paged queue implementation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/QueueCursor.h')
-rw-r--r-- | cpp/src/qpid/broker/QueueCursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/QueueCursor.h b/cpp/src/qpid/broker/QueueCursor.h index 2551b64a48..c7368177e9 100644 --- a/cpp/src/qpid/broker/QueueCursor.h +++ b/cpp/src/qpid/broker/QueueCursor.h @@ -64,6 +64,7 @@ class QueueCursor friend class MessageDeque; friend class MessageMap; friend class PriorityQueue; + friend class PagedQueue; template <typename T> friend class IndexedDeque; }; }} // namespace qpid::broker |