#include "ace/os_include/os_errno.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_macros.h"
#include "ace/OS_Memory.h"
#include "ace/OS_QoS.h"
Typedefs | |
typedef typedefACE_BEGIN_VERSIONED_NAMESPACE_DECL struct strbuf * | ACE_STRBUF_TYPE |
Functions | |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::getmsg (ACE_HANDLE handle, struct strbuf *ctl, struct strbuf *data, int *flags) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::getpmsg (ACE_HANDLE handle, struct strbuf *ctl, struct strbuf *data, int *band, int *flags) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::fattach (int handle, const char *path) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::fdetach (const char *file) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::ioctl (ACE_HANDLE handle, ACE_IOCTL_TYPE_ARG2 cmd, void *=0) |
UNIX-style <ioctl>. | |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::isastream (ACE_HANDLE handle) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::putmsg (ACE_HANDLE handle, const struct strbuf *ctl, const struct strbuf *data, int flags) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::putpmsg (ACE_HANDLE handle, const struct strbuf *ctl, const struct strbuf *data, int band, int flags) |
typedef typedefACE_BEGIN_VERSIONED_NAMESPACE_DECL struct strbuf* ACE_STRBUF_TYPE |