Author: tabish
Date: Fri Aug 13 23:06:41 2010
New Revision: 985399

URL: http://svn.apache.org/viewvc?rev=985399&view=rev
Log:
fix for: https://issues.apache.org/activemq/browse/AMQCPP-310

Add API Export for Windows DLL

Modified:
    
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/SimplePriorityMessageDispatchChannel.h

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/SimplePriorityMessageDispatchChannel.h
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/SimplePriorityMessageDispatchChannel.h?rev=985399&r1=985398&r2=985399&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/SimplePriorityMessageDispatchChannel.h
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/SimplePriorityMessageDispatchChannel.h
 Fri Aug 13 23:06:41 2010
@@ -30,7 +30,7 @@ namespace core {
 
     using decaf::lang::ArrayPointer;
 
-    class SimplePriorityMessageDispatchChannel : public MessageDispatchChannel 
{
+    class AMQCPP_API SimplePriorityMessageDispatchChannel : public 
MessageDispatchChannel {
     private:
 
         static const int MAX_PRIORITIES;


Reply via email to