6 #ifndef YARP_OS_IMPL_PLATFORMDLFCN_H
7 #define YARP_OS_IMPL_PLATFORMDLFCN_H
10 #if defined(YARP_HAS_ACE)
11 # include <ace/OS_NS_dlfcn.h>
16 #elif defined(YARP_HAS_DLFCN_H)
24 #if defined(YARP_HAS_ACE)
25 using ACE_OS::dlclose;
26 using ACE_OS::dlerror;
29 #elif defined(YARP_HAS_DLFCN_H)
The main, catch-all namespace for YARP.
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.