summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/asyncStore/TxnHandleImpl.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/TxnHandleImpl.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/TxnHandleImpl.cpp')
-rw-r--r--cpp/src/qpid/asyncStore/TxnHandleImpl.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp b/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp
index 50dce1b2af..8f41d4ce81 100644
--- a/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp
+++ b/cpp/src/qpid/asyncStore/TxnHandleImpl.cpp
@@ -50,18 +50,15 @@ TxnHandleImpl::TxnHandleImpl(const std::string& xid,
m_txnBuffer(tb)
{}
-TxnHandleImpl::~TxnHandleImpl()
-{}
+TxnHandleImpl::~TxnHandleImpl() {}
const std::string&
-TxnHandleImpl::getXid() const
-{
+TxnHandleImpl::getXid() const {
return m_xid;
}
bool
-TxnHandleImpl::is2pc() const
-{
+TxnHandleImpl::is2pc() const {
return m_tpcFlag;
}