diff options
| author | Gordon Sim <gsim@apache.org> | 2011-02-28 15:36:21 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2011-02-28 15:36:21 +0000 |
| commit | f852b4f2fb0a0168748172a9c4a3e42d8923becf (patch) | |
| tree | ad9029536e29912bbd325d10539e9f6293c0e8f4 /cpp/src/qpid/broker/RecoveryManagerImpl.cpp | |
| parent | 206ecfecd7de56a80508673ca1a5339e23fb101c (diff) | |
| download | qpid-python-f852b4f2fb0a0168748172a9c4a3e42d8923becf.tar.gz | |
NO-JIRA: remove some dead code, rename internal method for clarity
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1075381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/RecoveryManagerImpl.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/RecoveryManagerImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/RecoveryManagerImpl.cpp b/cpp/src/qpid/broker/RecoveryManagerImpl.cpp index 2f04943581..6f8b125b8b 100644 --- a/cpp/src/qpid/broker/RecoveryManagerImpl.cpp +++ b/cpp/src/qpid/broker/RecoveryManagerImpl.cpp @@ -113,7 +113,7 @@ RecoverableExchange::shared_ptr RecoveryManagerImpl::recoverExchange(framing::Bu RecoverableQueue::shared_ptr RecoveryManagerImpl::recoverQueue(framing::Buffer& buffer) { - Queue::shared_ptr queue = Queue::decode(queues, buffer, true); + Queue::shared_ptr queue = Queue::restore(queues, buffer); try { Exchange::shared_ptr exchange = exchanges.getDefault(); if (exchange) { |
