Imported Upstream version 1.64.0
[platform/upstream/boost.git] / boost / process / detail / windows / handler.hpp
1 // Copyright (c) 2016 Klemens D. Morgenstern\r
2 //\r
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying\r
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5
6 #ifndef BOOST_PROCESS_DETAIL_WINDOWS_HANDLER_HPP_\r
7 #define BOOST_PROCESS_DETAIL_WINDOWS_HANDLER_HPP_\r
8
9 #include <boost/process/detail/handler_base.hpp>\r
10
11 namespace boost { namespace process { namespace detail { namespace windows {\r
12
13 //does not extend anything.\r
14 struct handler_base_ext : handler_base {};\r
15
16 }}}}\r
17
18
19
20 #endif /* BOOST_PROCESS_DETAIL_WINDOWS_HANDLER_HPP_ */\r