6 #ifndef YARP_OS_IMPL_TCPCONNECTOR_H
7 #define YARP_OS_IMPL_TCPCONNECTOR_H
9 #if defined(YARP_HAS_ACE)
10 # include <ace/SOCK_Connector.h>
11 # include <ace/config.h>
16 #elif defined(__unix__)
27 typedef ACE_SOCK_Connector TcpConnector;
28 #elif defined(__unix__)
The main, catch-all namespace for YARP.
#define YARP_COMPILER_ERROR(x)
Generate an error at build time on supported compilers.