11 #ifndef ASIO_LOCAL_STREAM_PROTOCOL_HPP 12 #define ASIO_LOCAL_STREAM_PROTOCOL_HPP 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 20 #if defined(ASIO_HAS_LOCAL_SOCKETS) \ 21 || defined(GENERATING_DOCUMENTATION) 68 typedef basic_endpoint<stream_protocol> endpoint;
71 typedef basic_stream_socket<stream_protocol>
socket;
74 typedef basic_socket_acceptor<stream_protocol> acceptor;
76 #if !defined(ASIO_NO_IOSTREAM) 77 typedef basic_socket_iostream<stream_protocol> iostream;
79 #endif // !defined(ASIO_NO_IOSTREAM) 87 #endif // defined(ASIO_HAS_LOCAL_SOCKETS) 90 #endif // ASIO_LOCAL_STREAM_PROTOCOL_HPP socket_type socket(int af, int type, int protocol, asio::error_code &ec)