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 2010/07/06 17:50:13 UTC

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

Author: tabish
Date: Tue Jul  6 15:50:13 2010
New Revision: 960924

URL: http://svn.apache.org/viewvc?rev=960924&view=rev
Log:
Add an initial implementation of a DatagramPacket class.

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

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am?rev=960924&r1=960923&r2=960924&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Tue Jul  6 15:50:13 2010
@@ -323,6 +323,7 @@ cc_sources = \
     decaf/lang/System.cpp \
     decaf/lang/Thread.cpp \
     decaf/lang/ThreadGroup.cpp \
+    decaf/net/DatagramPacket.cpp \
     decaf/net/Inet4Address.cpp \
     decaf/net/Inet6Address.cpp \
     decaf/net/InetAddress.cpp \
@@ -812,6 +813,7 @@ h_sources = \
     decaf/lang/exceptions/UnsupportedOperationException.h \
     decaf/net/BindException.h \
     decaf/net/ConnectException.h \
+    decaf/net/DatagramPacket.h \
     decaf/net/HttpRetryException.h \
     decaf/net/Inet4Address.h \
     decaf/net/Inet6Address.h \