summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/FanOutExchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/FanOutExchange.h')
-rw-r--r--cpp/src/qpid/broker/FanOutExchange.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/FanOutExchange.h b/cpp/src/qpid/broker/FanOutExchange.h
index c979fdca25..dc301a4266 100644
--- a/cpp/src/qpid/broker/FanOutExchange.h
+++ b/cpp/src/qpid/broker/FanOutExchange.h
@@ -62,6 +62,11 @@ class FanOutExchange : public virtual Exchange {
QPID_BROKER_EXTERN virtual ~FanOutExchange();
virtual bool supportsDynamicBinding() { return true; }
+
+ // DataSource interface - used to write persistence data to async store
+ uint64_t getSize();
+ void write(char* target);
+
};
}