$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51167 - sandbox/synchro/boost/synchro/process
From: vicente.botet_at_[hidden]
Date: 2009-02-09 18:41:42
Author: viboes
Date: 2009-02-09 18:41:42 EST (Mon, 09 Feb 2009)
New Revision: 51167
URL: http://svn.boost.org/trac/boost/changeset/51167
Log:
Boost.Synchro V0.0.0
Text files modified: 
   sandbox/synchro/boost/synchro/process/lockable_scope_traits.hpp |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/synchro/boost/synchro/process/lockable_scope_traits.hpp
==============================================================================
--- sandbox/synchro/boost/synchro/process/lockable_scope_traits.hpp	(original)
+++ sandbox/synchro/boost/synchro/process/lockable_scope_traits.hpp	2009-02-09 18:41:42 EST (Mon, 09 Feb 2009)
@@ -31,9 +31,9 @@
         moved_object(T& t_): boost::interprocess::detail::moved_object<T>(t_) {}
     };
 
-    typedef boost::interprocess::detail::defer_lock_type defer_lock_t;
-    typedef boost::interprocess::detail::accept_ownership_type adopt_lock_t;
-    typedef boost::interprocess::detail::try_to_lock_type try_to_lock_t;
+    typedef boost::interprocess::defer_lock_type defer_lock_t;
+    typedef boost::interprocess::accept_ownership_type adopt_lock_t;
+    typedef boost::interprocess::try_to_lock_type try_to_lock_t;
 
 
     static const defer_lock_t& defer_lock()	{return boost::interprocess::defer_lock;}