diff options
Diffstat (limited to 'cpp/src/qpid/broker/MessageStoreModule.h')
| -rw-r--r-- | cpp/src/qpid/broker/MessageStoreModule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/MessageStoreModule.h b/cpp/src/qpid/broker/MessageStoreModule.h index abc0fbfd7a..c7ad76d8bb 100644 --- a/cpp/src/qpid/broker/MessageStoreModule.h +++ b/cpp/src/qpid/broker/MessageStoreModule.h @@ -49,9 +49,9 @@ public: void abort(TransactionContext& txn); void collectPreparedXids(std::set<std::string>& xids); - void create(PersistableQueue& queue); + void create(PersistableQueue& queue, const framing::FieldTable& args); void destroy(PersistableQueue& queue); - void create(const PersistableExchange& exchange); + void create(const PersistableExchange& exchange, const framing::FieldTable& args); void destroy(const PersistableExchange& exchange); void bind(const PersistableExchange& exchange, const PersistableQueue& queue, const std::string& key, const framing::FieldTable& args); |
