summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-02-21 12:04:16 +0000
committerGordon Sim <gsim@apache.org>2011-02-21 12:04:16 +0000
commit8a4e58853dc9253f57f42300886b67113f102411 (patch)
tree47df0763d770c33c9d4d61655c5b8b6ae5807a6d /cpp
parent7a1200fd039fef5628ddcc7f66c80743975dd401 (diff)
downloadqpid-python-8a4e58853dc9253f57f42300886b67113f102411.tar.gz
QPID-3015: restore export of symbol needed for linking unit tests on windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1072935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/broker/Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h
index adf2a1dd64..331c9eaa4e 100644
--- a/cpp/src/qpid/broker/Queue.h
+++ b/cpp/src/qpid/broker/Queue.h
@@ -202,7 +202,7 @@ class Queue : public boost::enable_shared_from_this<Queue>,
const std::string& key,
const qpid::framing::FieldTable& args);
//TODO: get unbind out of the public interface; only there for purposes of one unit test
- void unbind(ExchangeRegistry& exchanges);
+ QPID_BROKER_EXTERN void unbind(ExchangeRegistry& exchanges);
/**
* Bind self to specified exchange, and record that binding for unbinding on delete.
*/