You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2014/07/11 20:32:13 UTC

svn commit: r1609763 - /qpid/trunk/qpid/cpp/src/qpid/client/SessionImpl.h

Author: chug
Date: Fri Jul 11 18:32:12 2014
New Revision: 1609763

URL: http://svn.apache.org/r1609763
Log:
QPID-5887: abort transactional session of failover.
qpid-txtest2.cpp requires new EXTERN

Modified:
    qpid/trunk/qpid/cpp/src/qpid/client/SessionImpl.h

Modified: qpid/trunk/qpid/cpp/src/qpid/client/SessionImpl.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/client/SessionImpl.h?rev=1609763&r1=1609762&r2=1609763&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/client/SessionImpl.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/client/SessionImpl.h Fri Jul 11 18:32:12 2014
@@ -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);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org