diff options
Diffstat (limited to 'cpp/src/qpid/broker/LossyQueue.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/LossyQueue.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/LossyQueue.cpp b/cpp/src/qpid/broker/LossyQueue.cpp index ee2c3ca794..a4e46a2e2f 100644 --- a/cpp/src/qpid/broker/LossyQueue.cpp +++ b/cpp/src/qpid/broker/LossyQueue.cpp @@ -33,8 +33,10 @@ bool isLowerPriorityThan(uint8_t priority, const Message& m) } } -LossyQueue::LossyQueue(const std::string& n, const QueueSettings& s, MessageStore* const ms, management::Manageable* p, Broker* b) - : Queue(n, s, ms, p, b) {} +//LossyQueue::LossyQueue(const std::string& n, const QueueSettings& s, MessageStore* const ms, management::Manageable* p, Broker* b) +// : Queue(n, s, ms, p, b) {} +LossyQueue::LossyQueue(const std::string& n, const QueueSettings& s, AsyncStore* const as, management::Manageable* p, Broker* b) + : Queue(n, s, as, p, b) {} bool LossyQueue::checkDepth(const QueueDepth& increment, const Message& message) { |
