11 #ifndef ASIO_LOCAL_DATAGRAM_PROTOCOL_HPP 12 #define ASIO_LOCAL_DATAGRAM_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) 44 class datagram_protocol
66 typedef basic_endpoint<datagram_protocol> endpoint;
69 typedef basic_datagram_socket<datagram_protocol>
socket;
77 #endif // defined(ASIO_HAS_LOCAL_SOCKETS) 80 #endif // ASIO_LOCAL_DATAGRAM_PROTOCOL_HPP socket_type socket(int af, int type, int protocol, asio::error_code &ec)