summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-06-03 19:49:17 +0000
committerStephen D. Huston <shuston@apache.org>2009-06-03 19:49:17 +0000
commit30e47b9553e9edc8f776a242eaf35a52d8165001 (patch)
tree7d06eaaf4e1706d7346840b4b9a2958082fc4d58
parentaadc256659f53ad8f2739462265aa6f05d306101 (diff)
downloadqpid-python-30e47b9553e9edc8f776a242eaf35a52d8165001.tar.gz
Add extern marker to match() and normalize() methods to build tests on Windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781523 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/broker/TopicExchange.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/broker/TopicExchange.h b/qpid/cpp/src/qpid/broker/TopicExchange.h
index 02d4809c4c..4b507cb710 100644
--- a/qpid/cpp/src/qpid/broker/TopicExchange.h
+++ b/qpid/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);