lwm_nop.hpp

Go to the documentation of this file.
00001 #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
00002 #define BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
00003 
00004 // MS compatible compilers support #pragma once
00005 
00006 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
00007 # pragma once
00008 #endif
00009 
00010 //
00011 //  boost/detail/lwm_nop.hpp
00012 //
00013 //  Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
00014 //
00015 // Distributed under the Boost Software License, Version 1.0. (See
00016 // accompanying file LICENSE_1_0.txt or copy at
00017 // http://www.boost.org/LICENSE_1_0.txt)
00018 //
00019 
00020 namespace boost
00021 {
00022 
00023 namespace detail
00024 {
00025 
00026 class lightweight_mutex
00027 {
00028 public:
00029 
00030     typedef lightweight_mutex scoped_lock;
00031 };
00032 
00033 } // namespace detail
00034 
00035 } // namespace boost
00036 
00037 #endif // #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED

Generated on Wed Jan 21 15:32:09 2009 for SystemC by  doxygen 1.5.5