00001 #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
00002 #define BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
00003
00004 #if _MSC_VER >= 1020
00005 #pragma once
00006 #endif
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 namespace boost
00020 {
00021
00022 namespace detail
00023 {
00024
00025 class lightweight_mutex
00026 {
00027 public:
00028
00029 typedef lightweight_mutex scoped_lock;
00030 };
00031
00032 }
00033
00034 }
00035
00036 #endif // #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED