#include "ace/os_include/os_errno.h"

Go to the source code of this file.
Namespaces | |
| namespace | ACE_OS |
This namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems. | |
Defines | |
| #define | ACE_ERRNO_TYPE int |
| #define | ACE_ERRNO_GET errno |
Functions | |
| ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::last_error (void) |
| ACE_NAMESPACE_INLINE_FUNCTION void | ACE_OS::last_error (int error) |
| ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::set_errno_to_last_error (void) |
| ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::set_errno_to_wsa_last_error (void) |
Originally in OS.h.
Definition in file OS_NS_errno.h.
| #define ACE_ERRNO_GET errno |
Definition at line 88 of file OS_NS_errno.h.
| #define ACE_ERRNO_TYPE int |
Definition at line 87 of file OS_NS_errno.h.
1.6.1