summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-10-29 18:43:07 +0000
committerAlan Conway <aconway@apache.org>2013-10-29 18:43:07 +0000
commit31f8087a085269ce77fdb628c705b7799706c1f2 (patch)
treeb36e77fb97f1656e7631fd2da29388885d5f1262
parent1731c3ba99577fa515985609a675afd89e5c91e4 (diff)
downloadqpid-python-31f8087a085269ce77fdb628c705b7799706c1f2.tar.gz
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
-rw-r--r--qpid/cpp/src/qpid/broker/TxBuffer.h2
1 files changed, 1 insertions, 1 deletions
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