You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/11/25 14:47:34 UTC

svn commit: r720498 - /activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompDestination.h

Author: tabish
Date: Tue Nov 25 05:47:34 2008
New Revision: 720498

URL: http://svn.apache.org/viewvc?rev=720498&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-208

Add AMQCPP_API to Stomp Destination

Modified:
    activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompDestination.h

Modified: activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompDestination.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompDestination.h?rev=720498&r1=720497&r2=720498&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompDestination.h (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/connector/stomp/StompDestination.h Tue Nov 25 05:47:34 2008
@@ -20,6 +20,7 @@
 
 #include <string>
 
+#include <activemq/util/Config.h>
 #include <activemq/exceptions/ActiveMQException.h>
 #include <activemq/util/ActiveMQProperties.h>
 #include <decaf/util/StringTokenizer.h>
@@ -37,7 +38,7 @@
      * one of Topic, Queue, TemporaryTopic, or TemporaryQueue.
      */
     template <typename T>
-    class StompDestination : public T {
+    class AMQCPP_API StompDestination : public T {
     private:
 
         // Params that are optional on the destination