src/sysc/packages/boost/detail/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 #if _MSC_VER >= 1020
00005 #pragma once
00006 #endif
00007 
00008 //
00009 //  boost/detail/lwm_nop.hpp
00010 //
00011 //  Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
00012 //
00013 //  Permission to copy, use, modify, sell and distribute this software
00014 //  is granted provided this copyright notice appears in all copies.
00015 //  This software is provided "as is" without express or implied
00016 //  warranty, and with no claim as to its suitability for any purpose.
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 } // namespace detail
00033 
00034 } // namespace boost
00035 
00036 #endif // #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED

Generated on Wed Apr 25 13:53:28 2007 for SystemC by  doxygen 1.5.1