From 31f8087a085269ce77fdb628c705b7799706c1f2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 29 Oct 2013 18:43:07 +0000 Subject: QPID-5139: Add missing EXTERN decl in TxBuffer.h git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536842 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/TxBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/broker/TxBuffer.h b/qpid/cpp/src/qpid/broker/TxBuffer.h index 3a6db37d1d..2478b78138 100644 --- a/qpid/cpp/src/qpid/broker/TxBuffer.h +++ b/qpid/cpp/src/qpid/broker/TxBuffer.h @@ -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 -- cgit v1.2.1