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__) || defined(__APPLE__)
25typedef ACE_SOCK_Acceptor TcpAcceptor;
26#elif defined(__unix__) || defined(__APPLE__)
The components from which ports and connections are built.
#define YARP_COMPILER_ERROR(x)
Generate an error at build time on supported compilers.