diff options
| author | Gordon Sim <gsim@apache.org> | 2013-06-25 13:28:15 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-06-25 13:28:15 +0000 |
| commit | 35cb597c315b5bc3e17611cb40fe8492b0a4e45c (patch) | |
| tree | 39d79c9ec301089de7b4471d23245f92bf10a0d1 /cpp/src/qpid/broker/SessionState.cpp | |
| parent | 167069c6d6eb3ca2c5f997cbb16f296302160ad7 (diff) | |
| download | qpid-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.cpp | 2 |
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(); } |
