Author: tabish
Date: Mon Jun 2 12:25:00 2008
New Revision: 662526
URL: http://svn.apache.org/viewvc?rev=662526&view=rev
Log:
cleaning up for activemqcpp release 2.2. DLL Exporting classes for use by end
user and in the tests.
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h?rev=662526&r1=662525&r2=662526&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h Mon
Jun 2 12:25:00 2008
@@ -59,7 +59,7 @@
* Interface for all Protocols to implement that defines the behavior
* of the Broker in response to messages of that protocol.
*/
- class ResponseBuilder {
+ class AMQCPP_API ResponseBuilder {
public:
virtual ~ResponseBuilder() {}