summaryrefslogtreecommitdiff
path: root/qpid/cpp/broker/inc
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-09-21 16:19:13 +0000
committerGordon Sim <gsim@apache.org>2006-09-21 16:19:13 +0000
commit8dec218339dbc69d84cf5f784dbfcdb653f588dc (patch)
treed3845ba22c6865de40ee15bf390b99eda13fffcc /qpid/cpp/broker/inc
parent6de66a985674a552caf409509e9798548679f2b7 (diff)
downloadqpid-python-8dec218339dbc69d84cf5f784dbfcdb653f588dc.tar.gz
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
Diffstat (limited to 'qpid/cpp/broker/inc')
-rw-r--r--qpid/cpp/broker/inc/SessionHandlerImpl.h2
1 files changed, 2 insertions, 0 deletions
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 <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;