00001
00008
00009
00010
00011
00012 #ifndef ECL_IO_SOCKETPAIR_HPP_
00013 #define ECL_IO_SOCKETPAIR_HPP_
00014
00015
00016
00017
00018
00019 #include <ecl/errors/handlers.hpp>
00020 #include "sockets.hpp"
00021
00022
00023
00024
00025
00026 namespace ecl {
00040 SocketError socketpair(socket_descriptor socket_fd_pair[2], const bool non_blocking = false );
00041
00042
00043 }
00044
00045 #endif