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/07 23:41:17 UTC

svn commit: r712297 - /activemq/activemq-cpp/trunk/src/main/Makefile.am

Author: tabish
Date: Fri Nov  7 14:41:17 2008
New Revision: 712297

URL: http://svn.apache.org/viewvc?rev=712297&view=rev
Log:
Add some additional interfaces 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=712297&r1=712296&r2=712297&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/main/Makefile.am Fri Nov  7 14:41:17 2008
@@ -383,6 +383,7 @@
     decaf/io/IOException.h \
     decaf/io/InterruptedIOException.h \
     decaf/util/concurrent/Lock.h \
+    decaf/util/concurrent/Delayed.h \
     decaf/util/concurrent/Callable.h \
     decaf/util/concurrent/Concurrent.h \
     decaf/util/concurrent/CountDownLatch.h \
@@ -395,6 +396,9 @@
     decaf/util/concurrent/ThreadPool.h \
     decaf/util/concurrent/atomic/AtomicBoolean.h \
     decaf/util/concurrent/atomic/AtomicInteger.h \
+    decaf/util/concurrent/locks/Lock.h \
+    decaf/util/concurrent/locks/Condition.h \
+    decaf/util/concurrent/locks/ReadWriteLock.h \
     decaf/util/Config.h \
     decaf/util/Date.h \
     decaf/util/UUID.h \