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/03/26 14:29:37 UTC

svn commit: r927842 - in /activemq/activemq-cpp/trunk/activemq-cpp/src/main: Makefile.am decaf/net/BufferedSocket.cpp decaf/net/BufferedSocket.h

Author: tabish
Date: Fri Mar 26 13:29:36 2010
New Revision: 927842

URL: http://svn.apache.org/viewvc?rev=927842&view=rev
Log:
Remove the BufferedSocket class as its no longer used anywhere in the code.

Removed:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/net/BufferedSocket.cpp
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/net/BufferedSocket.h
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=927842&r1=927841&r2=927842&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Fri Mar 26 13:29:36 2010
@@ -545,7 +545,6 @@ cc_sources = \
     decaf/lang/System.cpp \
     decaf/lang/Thread.cpp \
     decaf/lang/ThreadGroup.cpp \
-    decaf/net/BufferedSocket.cpp \
     decaf/net/ServerSocket.cpp \
     decaf/net/SocketError.cpp \
     decaf/net/SocketFactory.cpp \
@@ -1237,7 +1236,6 @@ h_sources = \
     decaf/lang/exceptions/RuntimeException.h \
     decaf/lang/exceptions/UnsupportedOperationException.h \
     decaf/net/BindException.h \
-    decaf/net/BufferedSocket.h \
     decaf/net/ConnectException.h \
     decaf/net/HttpRetryException.h \
     decaf/net/MalformedURLException.h \