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:48:37 UTC

svn commit: r720499 - /activemq/activemq-cpp/trunk/src/main/decaf/internal/net/URIEncoderDecoder.h

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;