From 295cdabf2cea8feb127b094cc123326404551fa4 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Thu, 14 Dec 2006 21:38:28 +0000 Subject: 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 --- cpp/lib/broker/SessionHandlerImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/broker/SessionHandlerImpl.h') 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::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; -- cgit v1.2.1