Boost logo

Boost-Commit :

From: anthony_at_[hidden]
Date: 2008-04-07 09:09:36


Author: anthonyw
Date: 2008-04-07 09:09:36 EDT (Mon, 07 Apr 2008)
New Revision: 44089
URL: http://svn.boost.org/trac/boost/changeset/44089

Log:
Added locked-> owns_lock change to breaking changes
Text files modified:
   trunk/libs/thread/doc/changes.qbk | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/thread/doc/changes.qbk
==============================================================================
--- trunk/libs/thread/doc/changes.qbk (original)
+++ trunk/libs/thread/doc/changes.qbk 2008-04-07 09:09:36 EDT (Mon, 07 Apr 2008)
@@ -44,6 +44,8 @@
 but did not lock it on construction. This facility has now been replaced with the constructor that takes a
 `boost::defer_lock_type` as the second parameter: ``boost::mutex::scoped_lock some_lock(some_mutex,boost::defer_lock);``
 
+* The `locked()` member function of the `scoped_lock` types has been renamed to __owns_lock_ref__.
+
 * The broken `boost::read_write_mutex` has been replaced with __shared_mutex__.
 
 


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