Author: tabish
Date: Sat Jul 19 04:27:32 2008
New Revision: 678136
URL:
http://svn.apache.org/viewvc?rev=678136&view=revLog:
Implementing the URIHelper class to aid the URI class in parsing URIs.
Modified:
activemq/activemq-cpp/trunk/src/main/Makefile.am
Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/Makefile.am?rev=678136&r1=678135&r2=678136&view=diff==============================================================================
--- activemq/activemq-cpp/trunk/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/main/Makefile.am Sat Jul 19 04:27:32 2008
@@ -429,6 +429,7 @@
decaf/internal/nio/ShortArrayBuffer.h \
decaf/internal/net/URIEncoderDecoder.h \
decaf/internal/net/URIHelper.h \
+ decaf/internal/net/URIType.h \
decaf/nio/Buffer.h \
decaf/nio/ByteBuffer.h \
decaf/nio/CharBuffer.h \