diff options
| author | Alan Conway <aconway@apache.org> | 2012-12-19 21:22:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-12-19 21:22:50 +0000 |
| commit | 029bce5f1e09182bed06d5ce61cc17c1eea5bcc0 (patch) | |
| tree | 3890cc4bb71f2dd1cc6cf84a0f62fc056181de3c /cpp/src/qpid/broker/SessionState.cpp | |
| parent | 3b0bed3ac80c3ce05a42f662965ecf13559360ac (diff) | |
| download | qpid-python-029bce5f1e09182bed06d5ce61cc17c1eea5bcc0.tar.gz | |
QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index a1bfcd47e5..44a17de85f 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -53,14 +53,14 @@ namespace _qmf = qmf::org::apache::qpid::broker; SessionState::SessionState( Broker& b, SessionHandler& h, const SessionId& id, - const SessionState::Configuration& config, bool delayManagement) + const SessionState::Configuration& config) : qpid::SessionState(id, config), broker(b), handler(&h), semanticState(*this), adapter(semanticState), asyncCommandCompleter(new AsyncCommandCompleter(this)) { - if (!delayManagement) addManagementObject(); + addManagementObject(); attach(h); } |
