summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/broker/RecoverableQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/broker/RecoverableQueue.h')
-rw-r--r--qpid/cpp/src/broker/RecoverableQueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/broker/RecoverableQueue.h b/qpid/cpp/src/broker/RecoverableQueue.h
index a5c564b947..656a5f0149 100644
--- a/qpid/cpp/src/broker/RecoverableQueue.h
+++ b/qpid/cpp/src/broker/RecoverableQueue.h
@@ -36,6 +36,8 @@ class RecoverableQueue
{
public:
typedef boost::shared_ptr<RecoverableQueue> shared_ptr;
+
+ virtual void setPersistenceId(uint64_t id) = 0;
/**
* Used during recovery to add stored messages back to the queue
*/