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


ecl_io
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:30