summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2014-07-11 18:32:12 +0000
committerCharles E. Rolke <chug@apache.org>2014-07-11 18:32:12 +0000
commit4b08124c6875f0038395345997a2ffde0bccaf3b (patch)
treeacc3b416533121fc367088e15c2714b500c7f118 /qpid/cpp/src
parent5945995cf4de6e1a8bd9f31a3b612f87a909c598 (diff)
downloadqpid-python-4b08124c6875f0038395345997a2ffde0bccaf3b.tar.gz
QPID-5887: abort transactional session of failover.
qpid-txtest2.cpp requires new EXTERN git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1609763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/client/SessionImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/SessionImpl.h b/qpid/cpp/src/qpid/client/SessionImpl.h
index e6ea8e6b90..752d587a39 100644
--- a/qpid/cpp/src/qpid/client/SessionImpl.h
+++ b/qpid/cpp/src/qpid/client/SessionImpl.h
@@ -100,7 +100,7 @@ public:
void sendCompletion();
void sendFlush();
- void setException(const sys::ExceptionHolder&);
+ QPID_CLIENT_EXTERN void setException(const sys::ExceptionHolder&);
//NOTE: these are called by the network thread when the connection is closed or dies
void connectionClosed(uint16_t code, const std::string& text);