summaryrefslogtreecommitdiff
path: root/cpp/src
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
commite7f7be9761736381efc7a7c97095017d8a9c474b (patch)
tree46a398622660004cf316d2294e9e005844fdff33 /cpp/src
parent4bb151616b69cad55b373846b5f5fca7c17c9f0d (diff)
downloadqpid-python-e7f7be9761736381efc7a7c97095017d8a9c474b.tar.gz
QPID-5139: Add missing EXTERN decl in TxBuffer.h
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1536842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/TxBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/TxBuffer.h b/cpp/src/qpid/broker/TxBuffer.h
index 3a6db37d1d..2478b78138 100644
--- a/cpp/src/qpid/broker/TxBuffer.h
+++ b/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