Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-06-24 08:08:50

0001  //////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga 2011-2012. Distributed under the Boost
0004 // Software License, Version 1.0. (See accompanying file
0005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 // See http://www.boost.org/libs/interprocess for documentation.
0008 //
0009 //////////////////////////////////////////////////////////////////////////////
0010 
0011 #ifndef BOOST_INTERPROCESS_WINDOWS_NAMED_CONDITION_HPP
0012 #define BOOST_INTERPROCESS_WINDOWS_NAMED_CONDITION_HPP
0013 
0014 #ifndef BOOST_CONFIG_HPP
0015 #  include <boost/config.hpp>
0016 #endif
0017 0018 ">#
0019 #if defined(BOOST_HAS_PRAGMA_ONCE)
0020 #  pragma once
0021 #endif
0022 
0023 #include <boost/interprocess/detail/config_begin.hpp>
0024 #include <boost/interprocess/detail/workaround.hpp>
0025 
0026 #include <boost/interprocess/sync/cv_status.hpp>
0027 #include <boost/interprocess/sync/windows/named_condition_any.hpp>
0028 
0029 namespace boost {
0030 namespace interprocess {
0031 namespace ipcdetail {
0032 
0033 typedef winapi_named_condition_any winapi_named_condition;
0034 
0035 }  //namespace ipcdetail {
0036 }  //namespace interprocess {
0037 }  //namespace boost {
0038 
0039 #include <boost/interprocess/detail/config_end.hpp>
0040 
0041 #endif   //BOOST_INTERPROCESS_WINDOWS_NAMED_CONDITION_HPP