diff options
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/broker/TopicExchange.h | 4 |
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); |
