#include "ace/OS_NS_macros.h"
#include "ace/OS_NS_errno.h"
#include "ace/OS_NS_fcntl.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_unistd.h"
#include "ace/Default_Constants.h"
#include "ace/os_include/os_fcntl.h"
#include "ace/os_include/os_string.h"
Include dependency graph for OS_NS_dlfcn.inl:
This graph shows which files directly or indirectly include this file:
Functions | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int | ACE_OS::dlclose (ACE_SHLIB_HANDLE handle) |
ACE_INLINE ACE_TCHAR * | ACE_OS::dlerror (void) |
ACE_INLINE ACE_SHLIB_HANDLE | ACE_OS::dlopen (const ACE_TCHAR *fname, int mode) |
ACE_INLINE void * | ACE_OS::dlsym (ACE_SHLIB_HANDLE handle, const ACE_TCHAR *sname) |