You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by nm...@apache.org on 2008/02/24 23:38:58 UTC

svn commit: r630695 - /activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/TcpTransport.cpp

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 )
 }