Author: shuston
Date: Wed Jun  3 19:49:17 2009
New Revision: 781523

URL: http://svn.apache.org/viewvc?rev=781523&view=rev
Log:
Add extern marker to match() and normalize() methods to build tests on Windows

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/TopicExchange.h

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/TopicExchange.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/TopicExchange.h?rev=781523&r1=781522&r2=781523&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/TopicExchange.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/TopicExchange.h Wed Jun  3 19:49:17 2009
@@ -46,8 +46,8 @@
   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);



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to