Author: tabish
Date: Tue Jun 3 13:42:04 2008
New Revision: 662878
URL: http://svn.apache.org/viewvc?rev=662878&view=rev
Log:
Adding a ListIterator interface to decaf.
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=662878&r1=662877&r2=662878&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/main/Makefile.am Tue Jun 3 13:42:04 2008
@@ -380,6 +380,7 @@
decaf/util/Date.h \
decaf/util/UUID.h \
decaf/util/Iterator.h \
+ decaf/util/ListIterator.h \
decaf/util/Collection.h \
decaf/util/Comparator.h \
decaf/util/List.h \