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/Connection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/qpid/client/Connection.h') diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h index d2612ca754..32b2200f25 100644 --- a/cpp/src/qpid/client/Connection.h +++ b/cpp/src/qpid/client/Connection.h @@ -25,7 +25,7 @@ #include #include "Channel.h" #include "ConnectionImpl.h" -#include "qpid/client/Session.h" +#include "qpid/client/Session_0_10.h" #include "qpid/framing/AMQP_HighestVersion.h" #include "qpid/framing/Uuid.h" @@ -135,13 +135,13 @@ class Connection * that the broker may discard the session state. Default is 0, * meaning the session cannot be resumed. */ - Session newSession(uint32_t detachedLifetime=0); + Session_0_10 newSession(uint32_t detachedLifetime=0); /** * Resume a suspendded session. A session may be resumed * on a different connection to the one that created it. */ - void resume(Session& session); + void resume(Session_0_10& session); }; }} // namespace qpid::client -- cgit v1.2.1