socket.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_DEVICES_SOCKET_HPP_
00013 #define ECL_DEVICES_SOCKET_HPP_
00014 
00015 /*****************************************************************************
00016 ** Cross Platform Functionality
00017 *****************************************************************************/
00018 
00019 #include <ecl/config/ecl.hpp>
00020 
00021 /*****************************************************************************
00022 ** Includes
00023 *****************************************************************************/
00024 
00025 #include "socket_connection_status.hpp"
00026 
00027 #if defined(ECL_IS_POSIX)
00028   #ifndef ECL_IS_APPLE
00029     #include "socket_client_pos.hpp"
00030     #include "socket_server_pos.hpp"
00031   #endif
00032 #endif
00033 
00034 #endif /* ECL_DEVICES_SOCKET_SERVER_HPP_ */


ecl_devices
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:57