summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.h')
-rw-r--r--cpp/src/qpid/broker/SessionAdapter.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.h b/cpp/src/qpid/broker/SessionAdapter.h
index c82b88a27d..a190a7f2b7 100644
--- a/cpp/src/qpid/broker/SessionAdapter.h
+++ b/cpp/src/qpid/broker/SessionAdapter.h
@@ -37,7 +37,7 @@ namespace broker {
class SessionAdapter : public framing::FrameVisitorHandler
{
public:
- SessionAdapter(framing::FrameHandler& out, SuspendedSessions&);
+ SessionAdapter();
~SessionAdapter();
protected:
@@ -58,9 +58,7 @@ class SessionAdapter : public framing::FrameVisitorHandler
private:
SessionState state;
- SuspendedSessions& suspended;
- Chain next;
- framing::FrameHandler& out;
+ SuspendedSessions* suspended;
};
}} // namespace qpid::broker