From b33a63b36c659a894143382d0a61efe6a598fcc6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 6 Sep 2007 20:27:33 +0000 Subject: Implementation of execution.result on the client side git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@573359 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/broker/Session.h') diff --git a/cpp/src/qpid/broker/Session.h b/cpp/src/qpid/broker/Session.h index 8458f4cabf..6b9d3e9557 100644 --- a/cpp/src/qpid/broker/Session.h +++ b/cpp/src/qpid/broker/Session.h @@ -22,7 +22,6 @@ * */ -#include "AccumulatedAck.h" #include "Consumer.h" #include "Deliverable.h" #include "DeliveryAdapter.h" @@ -35,6 +34,7 @@ #include "TxBuffer.h" #include "SemanticHandler.h" // FIXME aconway 2007-08-31: remove #include "qpid/framing/FrameHandler.h" +#include "qpid/framing/AccumulatedAck.h" #include "qpid/shared_ptr.h" #include @@ -116,7 +116,7 @@ class Session : public framing::FrameHandler::Chains, TxBuffer::shared_ptr txBuffer; DtxBuffer::shared_ptr dtxBuffer; bool dtxSelected; - AccumulatedAck accumulatedAck; + framing::AccumulatedAck accumulatedAck; bool opened; bool flowActive; -- cgit v1.2.1