diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-14 21:38:28 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-14 21:38:28 +0000 |
commit | 295cdabf2cea8feb127b094cc123326404551fa4 (patch) | |
tree | ec552e78fd6ea957f270f6a2c0800de956c0cf3b /cpp/lib/broker/SessionHandlerImpl.h | |
parent | ad806562f83ebca3bc9d246772b235eb9c696b82 (diff) | |
download | qpid-python-295cdabf2cea8feb127b094cc123326404551fa4.tar.gz |
Broker side dynamic version hook up.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@487359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/SessionHandlerImpl.h')
-rw-r--r-- | cpp/lib/broker/SessionHandlerImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/SessionHandlerImpl.h b/cpp/lib/broker/SessionHandlerImpl.h index 98c87a7806..043ad8bf98 100644 --- a/cpp/lib/broker/SessionHandlerImpl.h +++ b/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; |