diff options
| author | Gordon Sim <gsim@apache.org> | 2007-04-05 11:48:05 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-04-05 11:48:05 +0000 |
| commit | be0ad1041a449196a328260d2210c5f7c27fa0a1 (patch) | |
| tree | 6a4a648a2fca1de6f0a8572e063fc701a9de68b7 /cpp/src/broker/RecoverableQueue.h | |
| parent | 4547988868ea17dd34064204de84e66206b16d5b (diff) | |
| download | qpid-python-be0ad1041a449196a328260d2210c5f7c27fa0a1.tar.gz | |
* Further (minor) changes to the interface between store and broker.
* TxBuffer now uses shared_ptr to TxOps (removed DeletingTxOp)
* Queue now persists the field table of settings
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@525801 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/broker/RecoverableQueue.h')
| -rw-r--r-- | cpp/src/broker/RecoverableQueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/broker/RecoverableQueue.h b/cpp/src/broker/RecoverableQueue.h index a5c564b947..656a5f0149 100644 --- a/cpp/src/broker/RecoverableQueue.h +++ b/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 */ |
