Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef ASIO_POSIX_STREAM_DESCRIPTOR_HPP
00012 #define ASIO_POSIX_STREAM_DESCRIPTOR_HPP
00013
00014 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
00015 # pragma once
00016 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
00017
00018 #include "asio/detail/push_options.hpp"
00019
00020 #include "asio/posix/basic_stream_descriptor.hpp"
00021
00022 #if defined(ASIO_HAS_POSIX_STREAM_DESCRIPTOR) \
00023 || defined(GENERATING_DOCUMENTATION)
00024
00025 namespace asio {
00026 namespace posix {
00027
00029 typedef basic_stream_descriptor<> stream_descriptor;
00030
00031 }
00032 }
00033
00034 #endif // defined(ASIO_HAS_POSIX_STREAM_DESCRIPTOR)
00035
00036
00037 #include "asio/detail/pop_options.hpp"
00038
00039 #endif // ASIO_POSIX_STREAM_DESCRIPTOR_HPP