6#ifndef YARP_OS_IMPL_TCPSTREAM_H
7#define YARP_OS_IMPL_TCPSTREAM_H
9#if defined(YARP_HAS_ACE)
10# include <ace/SOCK_Stream.h>
11# include <ace/config.h>
16#elif defined(__unix__) || defined(__APPLE__)
25typedef ACE_SOCK_Stream TcpStream;
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.