summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/OutputInterceptor.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-18 13:55:30 +0000
committerAlan Conway <aconway@apache.org>2008-09-18 13:55:30 +0000
commite2b079386b19c34a26bb4a7c67bd002ebb9bdc94 (patch)
treec190fa29f5a58530bba7f174ec6f5727c36630ba /cpp/src/qpid/cluster/OutputInterceptor.cpp
parentfcc3335293a77c8e9130ea1836ee55872d6b28f5 (diff)
downloadqpid-python-e2b079386b19c34a26bb4a7c67bd002ebb9bdc94.tar.gz
Refactor Cluster logic into separate handlers for Joining & Member modes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/OutputInterceptor.cpp')
-rw-r--r--cpp/src/qpid/cluster/OutputInterceptor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/OutputInterceptor.cpp b/cpp/src/qpid/cluster/OutputInterceptor.cpp
index 3212d34775..4ff0a88b11 100644
--- a/cpp/src/qpid/cluster/OutputInterceptor.cpp
+++ b/cpp/src/qpid/cluster/OutputInterceptor.cpp
@@ -88,7 +88,6 @@ void OutputInterceptor::startDoOutput() {
// Send a doOutput request if one is not already in flight.
void OutputInterceptor::sendDoOutput() {
// Call with lock held.
- // FIXME aconway 2008-08-28: used to have || parent.getClosed())
if (!parent.isLocal()) return;
doingOutput = true;