summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-19 12:18:26 +0000
committerGordon Sim <gsim@apache.org>2007-11-19 12:18:26 +0000
commit73eee018d301031a212fe3c8a8127b84c2b580ac (patch)
tree8f6361112c086c11613601fa699c910b5b5e8e8d /cpp/src/qpid/broker/Queue.h
parent2c3e3bf4c62267ac6a0fe1f5d6a6288a927ace0b (diff)
downloadqpid-python-73eee018d301031a212fe3c8a8127b84c2b580ac.tar.gz
Fixes causing lost 'events' in queue dispatch
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@596277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
-rw-r--r--cpp/src/qpid/broker/Queue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h
index 9a7b893f36..1e56f1b6e9 100644
--- a/cpp/src/qpid/broker/Queue.h
+++ b/cpp/src/qpid/broker/Queue.h
@@ -75,7 +75,6 @@ namespace qpid {
void operator()();
};
- bool dispatching;
const string name;
const bool autodelete;
MessageStore* const store;