From 8a4e58853dc9253f57f42300886b67113f102411 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 21 Feb 2011 12:04:16 +0000 Subject: 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 --- cpp/src/qpid/broker/Queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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, 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. */ -- cgit v1.2.1