From 4da14eca5b379d433bf7246a97a5184030479b4b Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 3 Jun 2009 19:49:17 +0000 Subject: Add extern marker to match() and normalize() methods to build tests on Windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781523 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/TopicExchange.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/TopicExchange.h b/cpp/src/qpid/broker/TopicExchange.h index 02d4809c4c..4b507cb710 100644 --- a/cpp/src/qpid/broker/TopicExchange.h +++ b/cpp/src/qpid/broker/TopicExchange.h @@ -46,8 +46,8 @@ class TopicExchange : public virtual Exchange { public: static const std::string typeName; - static bool match(const std::string& pattern, const std::string& topic); - static std::string normalize(const std::string& pattern); + static QPID_BROKER_EXTERN bool match(const std::string& pattern, const std::string& topic); + static QPID_BROKER_EXTERN std::string normalize(const std::string& pattern); QPID_BROKER_EXTERN TopicExchange(const string& name, management::Manageable* parent = 0, Broker* broker = 0); -- cgit v1.2.1