diff options
| author | Charles E. Rolke <chug@apache.org> | 2014-07-11 18:32:12 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2014-07-11 18:32:12 +0000 |
| commit | df02a4340a9337c7099c38921e7a9e64b484703b (patch) | |
| tree | f3e6708dec716df8d6c3aae8b6fd7b670f56e258 /cpp/src | |
| parent | e7ed91d4f76a7de205ebc101bed20a90133641be (diff) | |
| download | qpid-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.h | 2 |
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); |
