summaryrefslogtreecommitdiff
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
commit3cc229953a46e21563226c89cd8dbe70f6bdf58c (patch)
tree20794e70ca600973212775735421096589365b57
parentb2d5f7ae635df8a82b80598d8d6d1542568dc320 (diff)
downloadqpid-python-3cc229953a46e21563226c89cd8dbe70f6bdf58c.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@1072935 13f79535-47bb-0310-9956-ffa450edef68
-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 adf2a1dd64..331c9eaa4e 100644
--- a/qpid/cpp/src/qpid/broker/Queue.h
+++ b/qpid/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.
*/