diff options
author | Gordon Sim <gsim@apache.org> | 2008-11-19 17:12:48 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-11-19 17:12:48 +0000 |
commit | 715dcd61baf8d367eeb31c083bf6a9650e829c4c (patch) | |
tree | a1b46b6272a19e3f9bb47678ba5f4264f424c45d /cpp/src/qpid/broker/Queue.cpp | |
parent | e1cc77fda58a22b4d74e19688c0247ce1735ee39 (diff) | |
download | qpid-python-715dcd61baf8d367eeb31c083bf6a9650e829c4c.tar.gz |
Ensure that callbacks are removed before IncompleteMessageList instance is deleted.
(also removed commented out line of code from Queue.cpp)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.cpp')
-rw-r--r-- | cpp/src/qpid/broker/Queue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.cpp b/cpp/src/qpid/broker/Queue.cpp index c1cbceccb5..9f722cf8be 100644 --- a/cpp/src/qpid/broker/Queue.cpp +++ b/cpp/src/qpid/broker/Queue.cpp @@ -496,7 +496,6 @@ void Queue::push(boost::intrusive_ptr<Message>& msg){ QueuedMessage qm(this, msg, ++sequence); if (policy.get()) policy->tryEnqueue(qm); - //if (lastValueQueue && LVQinsert(qm) ) return; // LVQ update of existing message LVQ::iterator i; if (lastValueQueue){ const framing::FieldTable* ft = msg->getApplicationHeaders(); |