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 2008/05/19 16:19:20 UTC

svn commit: r657835 - /activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.cpp

Author: tabish
Date: Mon May 19 07:19:20 2008
New Revision: 657835

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

Modified:
    activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.cpp

Modified: activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.cpp?rev=657835&r1=657834&r2=657835&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.cpp (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.cpp Mon May 19 07:19:20 2008
@@ -148,7 +148,6 @@
             return;
         }
 
-
         synchronized( &mutex ) { started = false; }
     }
 }