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/SessionState.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/SessionState.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionState.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 44a17de85f..0b5b705688 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -333,8 +333,7 @@ void SessionState::readyToSend() { Broker& SessionState::getBroker() { return broker; } // Session resume is not fully implemented so it is useless to set a -// non-0 timeout. Moreover it creates problems in a cluster because -// dead sessions are kept and interfere with failover. +// non-0 timeout. void SessionState::setTimeout(uint32_t) { } // Current received command is an execution.sync command. |
