9 #ifndef YARP_OS_IMPL_PLATFORMNETDB_H
10 #define YARP_OS_IMPL_PLATFORMNETDB_H
14 # include <ace/OS_NS_netdb.h>
19 #elif defined(YARP_HAS_NETDB_H)
29 using ACE_OS::gethostbyaddr;
30 using ACE_OS::gethostbyname;
37 using ::gethostbyaddr;
38 using ::gethostbyname;
The main, catch-all namespace for YARP.