epoc32/include/stdapis/boost/detail/lwm_nop.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
williamr@2
     1
#ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
williamr@2
     2
#define BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
williamr@2
     3
williamr@2
     4
// MS compatible compilers support #pragma once
williamr@2
     5
williamr@2
     6
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
williamr@2
     7
# pragma once
williamr@2
     8
#endif
williamr@2
     9
williamr@2
    10
//
williamr@2
    11
//  boost/detail/lwm_nop.hpp
williamr@2
    12
//
williamr@2
    13
//  Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
williamr@2
    14
//
williamr@2
    15
// Distributed under the Boost Software License, Version 1.0. (See
williamr@2
    16
// accompanying file LICENSE_1_0.txt or copy at
williamr@2
    17
// http://www.boost.org/LICENSE_1_0.txt)
williamr@2
    18
//
williamr@2
    19
williamr@2
    20
namespace boost
williamr@2
    21
{
williamr@2
    22
williamr@2
    23
namespace detail
williamr@2
    24
{
williamr@2
    25
williamr@2
    26
class lightweight_mutex
williamr@2
    27
{
williamr@2
    28
public:
williamr@2
    29
williamr@2
    30
    typedef lightweight_mutex scoped_lock;
williamr@2
    31
};
williamr@2
    32
williamr@2
    33
} // namespace detail
williamr@2
    34
williamr@2
    35
} // namespace boost
williamr@2
    36
williamr@2
    37
#endif // #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED