sl@0: #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED sl@0: #define BOOST_DETAIL_LWM_NOP_HPP_INCLUDED sl@0: sl@0: // MS compatible compilers support #pragma once sl@0: sl@0: #if defined(_MSC_VER) && (_MSC_VER >= 1020) sl@0: # pragma once sl@0: #endif sl@0: sl@0: // sl@0: // boost/detail/lwm_nop.hpp sl@0: // sl@0: // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. sl@0: // sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: // sl@0: sl@0: namespace boost sl@0: { sl@0: sl@0: namespace detail sl@0: { sl@0: sl@0: class lightweight_mutex sl@0: { sl@0: public: sl@0: sl@0: typedef lightweight_mutex scoped_lock; sl@0: }; sl@0: sl@0: } // namespace detail sl@0: sl@0: } // namespace boost sl@0: sl@0: #endif // #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED