Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/process/v1/detail/windows/handler.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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/v1/detail/config.hpp>
0010 #include <boost/process/v1/detail/handler_base.hpp>
0011 
0012 namespace boost { namespace process { BOOST_PROCESS_V1_INLINE namespace v1 { namespace detail { namespace windows {
0013 
0014 //does not extend anything.
0015 struct handler_base_ext : handler_base {};
0016 
0017 }}}}}
0018 
0019 
0020 
0021 #endif /* BOOST_PROCESS_DETAIL_WINDOWS_HANDLER_HPP_ */