diff options
author | Gordon Sim <gsim@apache.org> | 2008-04-09 17:59:38 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-04-09 17:59:38 +0000 |
commit | 363ed6d7e6a0986c49a9ae5d43954dfec08e7e8c (patch) | |
tree | 160ff8c184660acfad6b2905a8a3e4f00ad25e18 /cpp/src/qpid/broker/SemanticState.h | |
parent | edaf94463aedcbe52870213b1e1db39ecf741731 (diff) | |
download | qpid-python-363ed6d7e6a0986c49a9ae5d43954dfec08e7e8c.tar.gz |
Handle the set-redelivered flag on the final version of the message.release command.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@646452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SemanticState.h')
-rw-r--r-- | cpp/src/qpid/broker/SemanticState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SemanticState.h b/cpp/src/qpid/broker/SemanticState.h index 4bcd0dddb3..20a0239db0 100644 --- a/cpp/src/qpid/broker/SemanticState.h +++ b/cpp/src/qpid/broker/SemanticState.h @@ -178,7 +178,7 @@ class SemanticState : public framing::FrameHandler::Chains, void flow(bool active); DeliveryId redeliver(QueuedMessage& msg, DeliveryToken::shared_ptr token); void acquire(DeliveryId first, DeliveryId last, DeliveryIds& acquired); - void release(DeliveryId first, DeliveryId last); + void release(DeliveryId first, DeliveryId last, bool setRedelivered); void reject(DeliveryId first, DeliveryId last); void handle(boost::intrusive_ptr<Message> msg); bool doOutput() { return outputTasks.doOutput(); } |