summaryrefslogtreecommitdiff
path: root/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
commitdf02a4340a9337c7099c38921e7a9e64b484703b (patch)
treef3e6708dec716df8d6c3aae8b6fd7b670f56e258 /cpp/src
parente7ed91d4f76a7de205ebc101bed20a90133641be (diff)
downloadqpid-python-df02a4340a9337c7099c38921e7a9e64b484703b.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/qpid@1609763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/client/SessionImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/SessionImpl.h b/cpp/src/qpid/client/SessionImpl.h
index e6ea8e6b90..752d587a39 100644
--- a/cpp/src/qpid/client/SessionImpl.h
+++ b/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);