diff options
author | Gordon Sim <gsim@apache.org> | 2006-09-21 16:19:13 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-09-21 16:19:13 +0000 |
commit | 82e07bb30905feb2c11bb6d9f3624f976ab070a5 (patch) | |
tree | c92165d646ea829e4513e78c1bbe483e5b3a152f /cpp/broker/inc/SessionHandlerImpl.h | |
parent | 99e524975a0d06773623b6124a88219eb8ec0502 (diff) | |
download | qpid-python-82e07bb30905feb2c11bb6d9f3624f976ab070a5.tar.gz |
Use the generated proxy classes rather than constructing frames directly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@448597 13f79535-47bb-0310-9956-ffa450edef68
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; |