1 #ifndef QPID_CLIENT_MESSAGEREPLAYTRACKER_H
2 #define QPID_CLIENT_MESSAGEREPLAYTRACKER_H
48 template <
class F>
void foreach(F& f) {
49 for (std::list<ReplayRecord>::const_iterator i = buffer.begin(); i != buffer.end(); i++) {
59 std::string destination;
61 ReplayRecord(
const Message& message,
const std::string& destination);
62 void send(MessageReplayTracker&);
69 std::list<ReplayRecord> buffer;