Author: tabish
Date: Tue Nov 25 05:48:37 2008
New Revision: 720499

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

Add DECAF_API to the URIEncoderDecoder

Modified:
    activemq/activemq-cpp/trunk/src/main/decaf/internal/net/URIEncoderDecoder.h

Modified: 
activemq/activemq-cpp/trunk/src/main/decaf/internal/net/URIEncoderDecoder.h
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/internal/net/URIEncoderDecoder.h?rev=720499&r1=720498&r2=720499&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/decaf/internal/net/URIEncoderDecoder.h 
(original)
+++ activemq/activemq-cpp/trunk/src/main/decaf/internal/net/URIEncoderDecoder.h 
Tue Nov 25 05:48:37 2008
@@ -26,7 +26,7 @@
 namespace internal{
 namespace net{
 
-    class URIEncoderDecoder {
+    class DECAF_API URIEncoderDecoder {
     private:
 
         static const std::string digits;


Reply via email to