6 #ifndef YARP_OS_IMPL_TCPACCEPTOR_H
7 #define YARP_OS_IMPL_TCPACCEPTOR_H
9 #if defined(YARP_HAS_ACE)
10 # include <ace/SOCK_Acceptor.h>
11 # include <ace/config.h>
16 #elif defined(__unix__)
27 typedef ACE_SOCK_Acceptor TcpAcceptor;
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.