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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SessionState.h b/cpp/src/qpid/broker/SessionState.h
index 66eba9d2a9..ba750f0cc6 100644
--- a/cpp/src/qpid/broker/SessionState.h
+++ b/cpp/src/qpid/broker/SessionState.h
@@ -101,6 +101,7 @@ class SessionState : public qpid::SessionState,
void readyToSend();
template <class F> void eachConsumer(F f) { semanticState.eachConsumer(f); }
+ SemanticState::ConsumerImpl& getConsumer(const string& dest) { return semanticState.find(dest); }
private: