From 100150d5f53264f8cef2773eb7415291dbadb238 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 23 Apr 2008 15:31:57 +0000 Subject: - 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 --- cpp/src/qpid/broker/SessionAdapter.cpp | 1 + cpp/src/qpid/broker/SessionAdapter.h | 1 - cpp/src/qpid/broker/SessionHandler.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/broker') 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 #include #include diff --git a/cpp/src/qpid/broker/SessionAdapter.h b/cpp/src/qpid/broker/SessionAdapter.h index a80e2b0776..b5bf44ceba 100644 --- a/cpp/src/qpid/broker/SessionAdapter.h +++ b/cpp/src/qpid/broker/SessionAdapter.h @@ -26,7 +26,6 @@ #include "qpid/Exception.h" #include "qpid/framing/AMQP_ServerOperations.h" #include "qpid/framing/reply_exceptions.h" -#include "qpid/framing/SequenceSet.h" #include "qpid/framing/StructHelper.h" #include diff --git a/cpp/src/qpid/broker/SessionHandler.h b/cpp/src/qpid/broker/SessionHandler.h index 4010ce15d2..c299c465cf 100644 --- a/cpp/src/qpid/broker/SessionHandler.h +++ b/cpp/src/qpid/broker/SessionHandler.h @@ -30,7 +30,7 @@ #include "qpid/framing/Array.h" #include "qpid/framing/ChannelHandler.h" #include "qpid/framing/SequenceNumber.h" -#include "qpid/framing/SequenceSet.h" + #include -- cgit v1.2.1