Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56286 - sandbox/stm/boost/stm
From: justin_at_[hidden]
Date: 2009-09-18 01:57:53


Author: jgottschlich
Date: 2009-09-18 01:57:52 EDT (Fri, 18 Sep 2009)
New Revision: 56286
URL: http://svn.boost.org/trac/boost/changeset/56286

Log:
Corrected static issue.

Text files modified:
   sandbox/stm/boost/stm/transaction.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/stm/boost/stm/transaction.hpp
==============================================================================
--- sandbox/stm/boost/stm/transaction.hpp (original)
+++ sandbox/stm/boost/stm/transaction.hpp 2009-09-18 01:57:52 EDT (Fri, 18 Sep 2009)
@@ -1132,8 +1132,8 @@
    // additional "if" to slow down performance. however, as it will be
    // releasing its own mutex, it must reset hasMutex_
    //--------------------------------------------------------------------------
- static void lock_all_mutexes();
- static void unlock_all_mutexes();
+ void lock_all_mutexes();
+ void unlock_all_mutexes();
 
 
 #ifndef DISABLE_READ_SETS


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk