You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2013/10/29 19:43:07 UTC

svn commit: r1536842 - /qpid/trunk/qpid/cpp/src/qpid/broker/TxBuffer.h

Author: aconway
Date: Tue Oct 29 18:43:07 2013
New Revision: 1536842

URL: http://svn.apache.org/r1536842
Log:
 QPID-5139: Add missing EXTERN decl in TxBuffer.h

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/TxBuffer.h

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/TxBuffer.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/TxBuffer.h?rev=1536842&r1=1536841&r2=1536842&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/TxBuffer.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/TxBuffer.h Tue Oct 29 18:43:07 2013
@@ -139,7 +139,7 @@ class TxBuffer : public AsyncCompletion 
      * Called from completer threads if we are doing async completion.
      * This is the only TxBuffer function called outside the IO thread.
      */
-    void setError(const std::string& message);
+    QPID_BROKER_EXTERN void setError(const std::string& message);
 };
 
 }} // namespace qpid::broker



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