diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2012-08-02 15:31:51 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2012-08-02 15:31:51 +0000 |
| commit | 04877fec0c6346edec67072d7f2d247740cf2af5 (patch) | |
| tree | e14572fc8cfc2862d32d422c7360754db8967c06 /cpp/src/qpid/asyncStore/QueueHandleImpl.cpp | |
| parent | 80bfab9ed823cebd9f8f58b559fd32df108bcf7d (diff) | |
| download | qpid-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.cpp | 6 |
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; } |
