summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionState.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.h')
-rw-r--r--cpp/src/qpid/broker/SessionState.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SessionState.h b/cpp/src/qpid/broker/SessionState.h
index ef6c56ddbe..f9d35e2aac 100644
--- a/cpp/src/qpid/broker/SessionState.h
+++ b/cpp/src/qpid/broker/SessionState.h
@@ -81,6 +81,9 @@ class SessionState : public qpid::SessionState,
framing::AMQP_ClientProxy& getProxy();
/** @pre isAttached() */
+ uint16_t getChannel() const;
+
+ /** @pre isAttached() */
ConnectionState& getConnection();
bool isLocal(const ConnectionToken* t) const;