summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-06-25 13:28:15 +0000
committerGordon Sim <gsim@apache.org>2013-06-25 13:28:15 +0000
commit35cb597c315b5bc3e17611cb40fe8492b0a4e45c (patch)
tree39d79c9ec301089de7b4471d23245f92bf10a0d1 /cpp/src/qpid/broker/SessionState.cpp
parent167069c6d6eb3ca2c5f997cbb16f296302160ad7 (diff)
downloadqpid-python-35cb597c315b5bc3e17611cb40fe8492b0a4e45c.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionState.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}