summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/QueueRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/broker/QueueRegistry.cpp')
-rw-r--r--cpp/lib/broker/QueueRegistry.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/lib/broker/QueueRegistry.cpp b/cpp/lib/broker/QueueRegistry.cpp
index 2d1382ef09..c69d553b06 100644
--- a/cpp/lib/broker/QueueRegistry.cpp
+++ b/cpp/lib/broker/QueueRegistry.cpp
@@ -28,7 +28,9 @@ using namespace qpid::sys;
QueueRegistry::QueueRegistry(MessageStore* const _store) : counter(1), store(_store){}
-QueueRegistry::~QueueRegistry(){}
+QueueRegistry::~QueueRegistry()
+{
+}
std::pair<Queue::shared_ptr, bool>
QueueRegistry::declare(const string& declareName, bool durable,