00001 #ifndef CLASSLIB_SYSAPI_SOCKET_PAIR_H 00002 # define CLASSLIB_SYSAPI_SOCKET_PAIR_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "classlib/sysapi/system.h" 00007 # ifdef _WIN32 00008 # include <windows.h> 00009 # else 00010 # include <cerrno> 00011 # include <sys/socket.h> 00012 # endif 00013 00014 //<<<<<< PUBLIC DEFINES >>>>>> 00015 //<<<<<< PUBLIC CONSTANTS >>>>>> 00016 //<<<<<< PUBLIC TYPES >>>>>> 00017 //<<<<<< PUBLIC VARIABLES >>>>>> 00018 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00019 //<<<<<< CLASS DECLARATIONS >>>>>> 00020 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00021 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00022 00023 #endif // CLASSLIB_SYSAPI_SOCKET_PAIR_H