From 4b08124c6875f0038395345997a2ffde0bccaf3b Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 11 Jul 2014 18:32:12 +0000 Subject: 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 --- qpid/cpp/src/qpid/client/SessionImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') 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); -- cgit v1.2.1