diff options
Diffstat (limited to 'cpp/broker/inc/SessionHandlerImpl.h')
-rw-r--r-- | cpp/broker/inc/SessionHandlerImpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/broker/inc/SessionHandlerImpl.h b/cpp/broker/inc/SessionHandlerImpl.h index 14a6404c78..167bf0cc23 100644 --- a/cpp/broker/inc/SessionHandlerImpl.h +++ b/cpp/broker/inc/SessionHandlerImpl.h @@ -23,6 +23,7 @@ #include <vector> #include <exception> #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<Queue::shared_ptr>::iterator queue_iterator; qpid::io::SessionContext* context; + qpid::framing::AMQP_ClientProxy client; QueueRegistry* queues; ExchangeRegistry* const exchanges; AutoDelete* const cleaner; |