summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-23 15:31:57 +0000
committerAlan Conway <aconway@apache.org>2008-04-23 15:31:57 +0000
commit100150d5f53264f8cef2773eb7415291dbadb238 (patch)
tree821389c09105a707c918e43be536ed660ca022e5 /cpp/src/qpid/broker/SessionAdapter.cpp
parentc25d4ec64b056134bb730932b30f382ca3caa008 (diff)
downloadqpid-python-100150d5f53264f8cef2773eb7415291dbadb238.tar.gz
- SequenceSet implemented on RangeSet.
- Reduced #include dependencides on SequenceSet.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionAdapter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.cpp b/cpp/src/qpid/broker/SessionAdapter.cpp
index 3ad29e6271..c92b9bb945 100644
--- a/cpp/src/qpid/broker/SessionAdapter.cpp
+++ b/cpp/src/qpid/broker/SessionAdapter.cpp
@@ -25,6 +25,7 @@
#include "qpid/framing/constants.h"
#include "qpid/log/Statement.h"
#include "qpid/amqp_0_10/exceptions.h"
+#include "qpid/framing/SequenceSet.h"
#include <boost/format.hpp>
#include <boost/cast.hpp>
#include <boost/bind.hpp>