summaryrefslogtreecommitdiff
path: root/qpid/cpp/lib/broker/SessionHandlerImpl.h
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2006-12-14 21:38:28 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2006-12-14 21:38:28 +0000
commit8b41cf1560a28697039ef09b2c45666ae2dc49a9 (patch)
tree5bd0af1735ba94a70c9568e67407a8062be4a152 /qpid/cpp/lib/broker/SessionHandlerImpl.h
parent4b54df7a05fcf9837f2587c64afc24a6981aa6cb (diff)
downloadqpid-python-8b41cf1560a28697039ef09b2c45666ae2dc49a9.tar.gz
Broker side dynamic version hook up.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@487359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/broker/SessionHandlerImpl.h')
-rw-r--r--qpid/cpp/lib/broker/SessionHandlerImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/lib/broker/SessionHandlerImpl.h b/qpid/cpp/lib/broker/SessionHandlerImpl.h
index 98c87a7806..043ad8bf98 100644
--- a/qpid/cpp/lib/broker/SessionHandlerImpl.h
+++ b/qpid/cpp/lib/broker/SessionHandlerImpl.h
@@ -76,7 +76,7 @@ class SessionHandlerImpl : public virtual qpid::sys::SessionHandler,
typedef std::vector<Queue::shared_ptr>::iterator queue_iterator;
qpid::sys::SessionContext* context;
- qpid::framing::AMQP_ClientProxy client;
+ qpid::framing::AMQP_ClientProxy* client;
QueueRegistry* queues;
ExchangeRegistry* const exchanges;
AutoDelete* const cleaner;