diff options
Diffstat (limited to 'cpp/src/qpid/broker/RecoverableQueue.h')
| -rw-r--r-- | cpp/src/qpid/broker/RecoverableQueue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/RecoverableQueue.h b/cpp/src/qpid/broker/RecoverableQueue.h index 578cc09e04..b32bae7f07 100644 --- a/cpp/src/qpid/broker/RecoverableQueue.h +++ b/cpp/src/qpid/broker/RecoverableQueue.h @@ -40,6 +40,7 @@ public: typedef boost::shared_ptr<RecoverableQueue> shared_ptr; virtual void setPersistenceId(uint64_t id) = 0; + virtual uint64_t getPersistenceId() const = 0; /** * Used during recovery to add stored messages back to the queue */ @@ -48,7 +49,7 @@ public: virtual const std::string& getName() const = 0; virtual void setExternalQueueStore(ExternalQueueStore* inst) = 0; - + virtual ExternalQueueStore* getExternalQueueStore() const = 0; }; |
