$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: xushiweizh_at_[hidden]
Date: 2008-05-06 20:34:27
Author: xushiwei
Date: 2008-05-06 20:34:26 EDT (Tue, 06 May 2008)
New Revision: 45186
URL: http://svn.boost.org/trac/boost/changeset/45186
Log:
t
Text files modified:
sandbox/memory/boost/detail/threadmodel/single_thread.hpp | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
Modified: sandbox/memory/boost/detail/threadmodel/single_thread.hpp
==============================================================================
--- sandbox/memory/boost/detail/threadmodel/single_thread.hpp (original)
+++ sandbox/memory/boost/detail/threadmodel/single_thread.hpp 2008-05-06 20:34:26 EDT (Tue, 06 May 2008)
@@ -55,7 +55,13 @@
#endif
public:
- class scoped_lock {};
+ class scoped_lock
+ {
+ public:
+ scoped_lock(critical_section_st& cs)
+ {
+ }
+ };
};
// -------------------------------------------------------------------------