Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 62198 invoked from network); 24 Feb 2008 22:39:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2008 22:39:19 -0000 Received: (qmail 24076 invoked by uid 500); 24 Feb 2008 22:39:14 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 24050 invoked by uid 500); 24 Feb 2008 22:39:14 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 24041 invoked by uid 99); 24 Feb 2008 22:39:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2008 14:39:14 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2008 22:38:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E7B391A9832; Sun, 24 Feb 2008 14:38:58 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r630695 - /activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/TcpTransport.cpp Date: Sun, 24 Feb 2008 22:38:58 -0000 To: commits@activemq.apache.org From: nmittler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080224223858.E7B391A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nmittler Date: Sun Feb 24 14:38:58 2008 New Revision: 630695 URL: http://svn.apache.org/viewvc?rev=630695&view=rev Log: (empty) Modified: activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/TcpTransport.cpp Modified: activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/TcpTransport.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/TcpTransport.cpp?rev=630695&r1=630694&r2=630695&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/TcpTransport.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/TcpTransport.cpp Sun Feb 24 14:38:58 2008 @@ -90,7 +90,7 @@ ioTransport->setOutputStream( bufferedOutputStream ); } AMQ_CATCH_RETHROW( ActiveMQException ) - AMQ_CATCH_RETHROW( Exception ) + AMQ_CATCH_EXCEPTION_CONVERT( Exception, ActiveMQException ) AMQ_CATCHALL_THROW( ActiveMQException ) }