From 8dec218339dbc69d84cf5f784dbfcdb653f588dc Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 21 Sep 2006 16:19:13 +0000 Subject: Use the generated proxy classes rather than constructing frames directly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@448597 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/broker/inc/SessionHandlerImpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/broker/inc') diff --git a/qpid/cpp/broker/inc/SessionHandlerImpl.h b/qpid/cpp/broker/inc/SessionHandlerImpl.h index 14a6404c78..167bf0cc23 100644 --- a/qpid/cpp/broker/inc/SessionHandlerImpl.h +++ b/qpid/cpp/broker/inc/SessionHandlerImpl.h @@ -23,6 +23,7 @@ #include #include #include "AMQFrame.h" +#include "AMQP_ClientProxy.h" #include "AMQP_ServerOperations.h" #include "AutoDelete.h" #include "ExchangeRegistry.h" @@ -64,6 +65,7 @@ class SessionHandlerImpl : public virtual qpid::io::SessionHandler, typedef std::vector::iterator queue_iterator; qpid::io::SessionContext* context; + qpid::framing::AMQP_ClientProxy client; QueueRegistry* queues; ExchangeRegistry* const exchanges; AutoDelete* const cleaner; -- cgit v1.2.1