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/06/06 14:02:58 UTC

svn commit: r544819 - /activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/net/SocketInputStream.cpp

Author: tabish
Date: Wed Jun  6 05:02:58 2007
New Revision: 544819

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

Building Decaf lib

Modified:
    activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/net/SocketInputStream.cpp

Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/net/SocketInputStream.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/net/SocketInputStream.cpp?view=diff&rev=544819&r1=544818&r2=544819
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/net/SocketInputStream.cpp (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/net/SocketInputStream.cpp Wed Jun  6 05:02:58 2007
@@ -62,7 +62,7 @@
 SocketInputStream::~SocketInputStream(){}
 
 ////////////////////////////////////////////////////////////////////////////////
-void SocketInputStream::close() throw( cms::CMSException ){
+void SocketInputStream::close() throw( lang::Exception ){
     this->closed = true;
 }