os/ossrv/ossrv_pub/boost_apis/boost/detail/lwm_nop.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
#ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
sl@0
     2
#define BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
sl@0
     3
sl@0
     4
// MS compatible compilers support #pragma once
sl@0
     5
sl@0
     6
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
sl@0
     7
# pragma once
sl@0
     8
#endif
sl@0
     9
sl@0
    10
//
sl@0
    11
//  boost/detail/lwm_nop.hpp
sl@0
    12
//
sl@0
    13
//  Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
sl@0
    14
//
sl@0
    15
// Distributed under the Boost Software License, Version 1.0. (See
sl@0
    16
// accompanying file LICENSE_1_0.txt or copy at
sl@0
    17
// http://www.boost.org/LICENSE_1_0.txt)
sl@0
    18
//
sl@0
    19
sl@0
    20
namespace boost
sl@0
    21
{
sl@0
    22
sl@0
    23
namespace detail
sl@0
    24
{
sl@0
    25
sl@0
    26
class lightweight_mutex
sl@0
    27
{
sl@0
    28
public:
sl@0
    29
sl@0
    30
    typedef lightweight_mutex scoped_lock;
sl@0
    31
};
sl@0
    32
sl@0
    33
} // namespace detail
sl@0
    34
sl@0
    35
} // namespace boost
sl@0
    36
sl@0
    37
#endif // #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED