Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56285 - sandbox/stm/boost/stm
From: justin_at_[hidden]
Date: 2009-09-18 01:54:25


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

Log:
Modified lock_all_mutexes() and unlock_all_mutexes() to be static methods.

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:54:24 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_
    //--------------------------------------------------------------------------
- void lock_all_mutexes();
- void unlock_all_mutexes();
+ static void lock_all_mutexes();
+ static 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