summaryrefslogtreecommitdiff
path: root/cpp/src
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
commit4da14eca5b379d433bf7246a97a5184030479b4b (patch)
tree640425121111017c3b147b8d87d05c889462d0a5 /cpp/src
parent3b90d9d7d890d6c6aff7abc6b6acf8981bc34e41 (diff)
downloadqpid-python-4da14eca5b379d433bf7246a97a5184030479b4b.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/qpid@781523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/TopicExchange.h4
1 files changed, 2 insertions, 2 deletions
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);