summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Queue.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-11-15 16:30:18 +0000
committerAlan Conway <aconway@apache.org>2012-11-15 16:30:18 +0000
commit4f8712fd4dcd6edfd471f81f166b636e8b03f6e2 (patch)
treee1da5d8cb8bc74f70ada8eb75f1ac271b4b2fe10 /qpid/cpp/src/qpid/broker/Queue.h
parent0ac2849db448a8fa6684d2ba1813ad1fc123d37d (diff)
downloadqpid-python-4f8712fd4dcd6edfd471f81f166b636e8b03f6e2.tar.gz
NO-JIRA: Fix windows builds: missing EXTERNs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1409869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/Queue.h')
-rw-r--r--qpid/cpp/src/qpid/broker/Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Queue.h b/qpid/cpp/src/qpid/broker/Queue.h
index eecc8ce433..3a668276e8 100644
--- a/qpid/cpp/src/qpid/broker/Queue.h
+++ b/qpid/cpp/src/qpid/broker/Queue.h
@@ -425,7 +425,7 @@ class Queue : public boost::enable_shared_from_this<Queue>,
QPID_BROKER_EXTERN void setDequeueSincePurge(uint32_t value);
/** Add an argument to be included in management messages about this queue. */
- void addArgument(const std::string& key, const types::Variant& value);
+ QPID_BROKER_EXTERN void addArgument(const std::string& key, const types::Variant& value);
friend class QueueFactory;
};