From 9c73ef7a5ac10acd6a50d5d52bd721fc2faa5919 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Thu, 28 Feb 2013 16:14:30 +0000 Subject: Update from trunk r1375509 through r1450773 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1451244 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/RecoverableExchange.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/qpid/broker/RecoverableExchange.h') diff --git a/cpp/src/qpid/broker/RecoverableExchange.h b/cpp/src/qpid/broker/RecoverableExchange.h index 6bda1e2617..2302a7d925 100644 --- a/cpp/src/qpid/broker/RecoverableExchange.h +++ b/cpp/src/qpid/broker/RecoverableExchange.h @@ -45,6 +45,9 @@ public: const std::string& routingKey, qpid::framing::FieldTable&, AsyncStore* const store) = 0; + + virtual std::string getName() const = 0; + virtual ~RecoverableExchange() {}; }; -- cgit v1.2.1