Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:50:08

0001 // Copyright (c) 2016 Klemens D. Morgenstern
0002 //
0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 #ifndef BOOST_PROCESS_DETAIL_WINDOWS_HANDLER_HPP_
0007 #define BOOST_PROCESS_DETAIL_WINDOWS_HANDLER_HPP_
0008 
0009 #include <boost/process/detail/handler_base.hpp>
0010 
0011 namespace boost { namespace process { namespace detail { namespace windows {
0012 
0013 //does not extend anything.
0014 struct handler_base_ext : handler_base {};
0015 
0016 }}}}
0017 
0018 
0019 
0020 #endif /* BOOST_PROCESS_DETAIL_WINDOWS_HANDLER_HPP_ */