You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cl...@apache.org on 2019/02/18 07:24:56 UTC

[qpid-cpp] branch master updated: QPID-8278: fix missing extern symbol for Windows builds

This is an automated email from the ASF dual-hosted git repository.

cliffjansen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new c5b29de  QPID-8278: fix missing extern symbol for Windows builds
c5b29de is described below

commit c5b29de77e1daf241a371590266c98d4e768c637
Author: Cliff Jansen <cl...@apache.org>
AuthorDate: Sun Feb 17 23:10:29 2019 -0800

    QPID-8278: fix missing extern symbol for Windows builds
---
 src/qpid/broker/Broker.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qpid/broker/Broker.h b/src/qpid/broker/Broker.h
index 6a7cc8b..6d5514a 100644
--- a/src/qpid/broker/Broker.h
+++ b/src/qpid/broker/Broker.h
@@ -279,7 +279,7 @@ class Broker : public sys::Runnable, public Plugin::Target,
         const std::string& userId,
         const std::string& connectionId);
 
-    void deleteQueue(
+    QPID_BROKER_EXTERN void deleteQueue(
         boost::shared_ptr<Queue> queue,
         const std::string& userId,
         const std::string& connectionId,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org