]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/interprocess/sync/windows/named_condition.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / interprocess / sync / windows / named_condition.hpp
CommitLineData
7c673cae
FG
1 //////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Ion Gaztanaga 2011-2012. Distributed under the Boost
4// Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7// See http://www.boost.org/libs/interprocess for documentation.
8//
9//////////////////////////////////////////////////////////////////////////////
10
11#ifndef BOOST_INTERPROCESS_WINDOWS_NAMED_CONDITION_HPP
12#define BOOST_INTERPROCESS_WINDOWS_NAMED_CONDITION_HPP
13
14#ifndef BOOST_CONFIG_HPP
15# include <boost/config.hpp>
16#endif
17#
18#if defined(BOOST_HAS_PRAGMA_ONCE)
19# pragma once
20#endif
21
22#include <boost/interprocess/detail/config_begin.hpp>
23#include <boost/interprocess/detail/workaround.hpp>
1e59de90
TL
24
25#include <boost/interprocess/sync/cv_status.hpp>
7c673cae
FG
26#include <boost/interprocess/sync/windows/named_condition_any.hpp>
27
28namespace boost {
29namespace interprocess {
30namespace ipcdetail {
31
1e59de90 32typedef winapi_named_condition_any winapi_named_condition;
7c673cae
FG
33
34} //namespace ipcdetail {
35} //namespace interprocess {
36} //namespace boost {
37
38#include <boost/interprocess/detail/config_end.hpp>
39
40#endif //BOOST_INTERPROCESS_WINDOWS_NAMED_CONDITION_HPP