summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore/QueueHandleImpl.cpp
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2012-08-02 15:31:51 +0000
committerKim van der Riet <kpvdr@apache.org>2012-08-02 15:31:51 +0000
commit04877fec0c6346edec67072d7f2d247740cf2af5 (patch)
treee14572fc8cfc2862d32d422c7360754db8967c06 /cpp/src/qpid/asyncStore/QueueHandleImpl.cpp
parent80bfab9ed823cebd9f8f58b559fd32df108bcf7d (diff)
downloadqpid-python-04877fec0c6346edec67072d7f2d247740cf2af5.tar.gz
QPID-3858: WIP: Added smoke test to cmake, code format tidy-up
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1368541 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/asyncStore/QueueHandleImpl.cpp')
-rw-r--r--cpp/src/qpid/asyncStore/QueueHandleImpl.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/qpid/asyncStore/QueueHandleImpl.cpp b/cpp/src/qpid/asyncStore/QueueHandleImpl.cpp
index 3781329b92..ddb10be7b3 100644
--- a/cpp/src/qpid/asyncStore/QueueHandleImpl.cpp
+++ b/cpp/src/qpid/asyncStore/QueueHandleImpl.cpp
@@ -32,12 +32,10 @@ QueueHandleImpl::QueueHandleImpl(const std::string& name,
m_opts(opts)
{}
-QueueHandleImpl::~QueueHandleImpl()
-{}
+QueueHandleImpl::~QueueHandleImpl() {}
const std::string&
-QueueHandleImpl::getName() const
-{
+QueueHandleImpl::getName() const {
return m_name;
}