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 2007/01/10 16:04:12 UTC

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

Author: tabish
Date: Wed Jan 10 07:04:12 2007
New Revision: 494839

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

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am?view=diff&rev=494839&r1=494838&r2=494839
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Wed Jan 10 07:04:12 2007
@@ -116,6 +116,9 @@
     activemq/io/ByteArrayOutputStream.h \
     activemq/io/OutputStream.h \
     activemq/io/IOException.h \
+    activemq/io/FilterInputStream.h \
+    activemq/io/FilterOutputStream.h \
+    activemq/io/EOFException.h \
     activemq/concurrent/Lock.h \
     activemq/concurrent/ThreadPool.h \
     activemq/concurrent/Thread.h \
@@ -136,6 +139,8 @@
     activemq/exceptions/UnsupportedOperationException.h \
     activemq/exceptions/NullPointerException.h \
     activemq/exceptions/IllegalArgumentException.h \
+    activemq/exceptions/IllegalStateException.h \
+    activemq/exceptions/IndexOutOfBoundsException.h \
     activemq/connector/ConsumerMessageListener.h \
     activemq/connector/ConnectorException.h \
     activemq/connector/TransactionInfo.h \