diff options
| author | Alan Conway <aconway@apache.org> | 2012-12-19 21:23:49 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-12-19 21:23:49 +0000 |
| commit | 9380bc9bf8d8d5acc560984d7c2d8599966a9590 (patch) | |
| tree | a0cc516c032426c5ead54ef77a19f1300b437df5 /cpp/src/qpid/broker/SessionHandler.cpp | |
| parent | 657f4294fd51a1f87bb384df68a77a599acbf86b (diff) | |
| download | qpid-python-9380bc9bf8d8d5acc560984d7c2d8599966a9590.tar.gz | |
QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandler
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandler.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionHandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/SessionHandler.cpp b/cpp/src/qpid/broker/SessionHandler.cpp index 40ab40a90c..b7dc8cc4e2 100644 --- a/cpp/src/qpid/broker/SessionHandler.cpp +++ b/cpp/src/qpid/broker/SessionHandler.cpp @@ -108,9 +108,6 @@ void SessionHandler::attachAs(const std::string& name) { SessionId id(connection.getUserId(), name); SessionState::Configuration config = connection.broker.getSessionManager().getSessionConfig(); - // Delay creating management object till attached(). In a cluster, - // only the active link broker calls attachAs but all brokers - // receive the subsequent attached() call. session.reset(new SessionState(connection.getBroker(), *this, id, config)); sendAttach(false); } |
