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 17:04:32 UTC

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

Author: tabish
Date: Mon May 19 08:04:32 2008
New Revision: 657847

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

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

Modified: activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.h?rev=657847&r1=657846&r2=657847&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.h (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQSessionExecutor.h Mon May 19 08:04:32 2008
@@ -46,8 +46,8 @@
         decaf::lang::Thread* thread;
         decaf::util::concurrent::Mutex mutex;
         decaf::util::concurrent::Mutex dispatchMutex;
-        bool started;
-        bool closed;
+        volatile bool started;
+        volatile bool closed;
 
     public: