summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticHandler.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-10-02 09:54:59 +0000
committerGordon Sim <gsim@apache.org>2007-10-02 09:54:59 +0000
commit2ed6c3f489f3bf740d1641400037b644c132b75a (patch)
tree62cfc2f5ed5c21d2823a4f6a47b20ba1ea6dc721 /cpp/src/qpid/broker/SemanticHandler.cpp
parent5f0f7edc1f366cfd8981a29319130aa72b65efa3 (diff)
downloadqpid-python-2ed6c3f489f3bf740d1641400037b644c132b75a.tar.gz
Fixed recovery; unacked message records are now updated to hold the new command id when messages are resent.
Added unit and python test as previous bug was not being picked up by the existing tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@581175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SemanticHandler.cpp')
-rw-r--r--cpp/src/qpid/broker/SemanticHandler.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/qpid/broker/SemanticHandler.cpp b/cpp/src/qpid/broker/SemanticHandler.cpp
index ae5810684d..9cacb4ccf7 100644
--- a/cpp/src/qpid/broker/SemanticHandler.cpp
+++ b/cpp/src/qpid/broker/SemanticHandler.cpp
@@ -176,12 +176,6 @@ DeliveryId SemanticHandler::deliver(Message::shared_ptr& msg, DeliveryToken::sha
return outgoing.hwm;
}
-void SemanticHandler::redeliver(Message::shared_ptr& msg, DeliveryToken::shared_ptr token, DeliveryId tag)
-{
- MessageDelivery::deliver(msg, session.getHandler().out, tag, token,
- session.getConnection().getFrameMax());
-}
-
SemanticHandler::TrackId SemanticHandler::getTrack(const AMQFrame& frame)
{
//will be replaced by field in 0-10 frame header