diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index a89e5ef974..ccf77413df 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -20,7 +20,6 @@ */ #include "qpid/broker/SessionState.h" #include "qpid/broker/Broker.h" -#include "qpid/broker/ConnectionState.h" #include "qpid/broker/DeliverableMessage.h" #include "qpid/broker/DeliveryRecord.h" #include "qpid/broker/SessionManager.h" @@ -97,7 +96,7 @@ uint16_t SessionState::getChannel() const { return handler->getChannel(); } -ConnectionState& SessionState::getConnection() { +Connection& SessionState::getConnection() { assert(isAttached()); return handler->getConnection(); } |
