From 35cb597c315b5bc3e17611cb40fe8492b0a4e45c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 25 Jun 2013 13:28:15 +0000 Subject: QPID-4712: authorisation for AMQP 1.0 connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1496466 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SessionState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/SessionState.cpp') diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index f9b84dc9fb..421dc008a9 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -96,7 +96,7 @@ uint16_t SessionState::getChannel() const { return handler->getChannel(); } -Connection& SessionState::getConnection() { +amqp_0_10::Connection& SessionState::getConnection() { assert(isAttached()); return handler->getConnection(); } -- cgit v1.2.1