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
0002
0003
0004
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
0015 struct handler_base_ext : handler_base {};
0016
0017 }}}}}
0018
0019
0020
0021 #endif