diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-19 12:18:26 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-19 12:18:26 +0000 |
| commit | 73eee018d301031a212fe3c8a8127b84c2b580ac (patch) | |
| tree | 8f6361112c086c11613601fa699c910b5b5e8e8d /cpp/src/qpid/broker/Queue.h | |
| parent | 2c3e3bf4c62267ac6a0fe1f5d6a6288a927ace0b (diff) | |
| download | qpid-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.h | 1 |
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; |
