5 // Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
6 // Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com)
8 // Distributed under the Boost Software License, Version 1.0. (See accompanying
9 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
12 #ifndef BOOST_ASIO_SERIAL_PORT_HPP
13 #define BOOST_ASIO_SERIAL_PORT_HPP
15 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
17 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
19 #include <boost/asio/detail/push_options.hpp>
21 #include <boost/asio/basic_serial_port.hpp>
23 #if defined(BOOST_ASIO_HAS_SERIAL_PORT) \
24 || defined(GENERATING_DOCUMENTATION)
29 /// Typedef for the typical usage of a serial port.
30 typedef basic_serial_port
<> serial_port
;
35 #endif // defined(BOOST_ASIO_HAS_SERIAL_PORT)
36 // || defined(GENERATING_DOCUMENTATION)
38 #include <boost/asio/detail/pop_options.hpp>
40 #endif // BOOST_ASIO_SERIAL_PORT_HPP