From 505c43651b302ecf773bff1fcf3d45f5a1aef682 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 29 Oct 2007 18:35:29 +0000 Subject: Rename client::Session as client::Session_0_10 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@589794 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Channel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/client/Channel.h') diff --git a/cpp/src/qpid/client/Channel.h b/cpp/src/qpid/client/Channel.h index bf0b289077..19a3a2de8c 100644 --- a/cpp/src/qpid/client/Channel.h +++ b/cpp/src/qpid/client/Channel.h @@ -29,7 +29,7 @@ #include "Message.h" #include "Queue.h" #include "ConnectionImpl.h" -#include "qpid/client/Session.h" +#include "qpid/client/Session_0_10.h" #include "qpid/Exception.h" #include "qpid/sys/Mutex.h" #include "qpid/sys/Runnable.h" @@ -78,7 +78,7 @@ class Channel : private sys::Runnable bool running; ConsumerMap consumers; - Session session; + Session_0_10 session; framing::ChannelId channelId; BlockingQueue gets; framing::Uuid uniqueId; @@ -87,7 +87,7 @@ class Channel : private sys::Runnable void stop(); - void open(const Session& session); + void open(const Session_0_10& session); void closeInternal(); void join(); -- cgit v1.2.1