diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionManager.h')
| -rw-r--r-- | cpp/src/qpid/broker/SessionManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SessionManager.h b/cpp/src/qpid/broker/SessionManager.h index bbe969de6c..58a7b3f01f 100644 --- a/cpp/src/qpid/broker/SessionManager.h +++ b/cpp/src/qpid/broker/SessionManager.h @@ -67,6 +67,7 @@ class SessionManager : private boost::noncopyable { Suspended suspended; Active active; + void erase(const framing::Uuid&); void eraseExpired(); friend class SessionState; // removes deleted sessions from active set. }; |
