#include "ace/config-lite.h"#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_EXPORT_MACRO ACE_Export |
| #define | ACE_ERRNO_TYPE int |
| #define | ACE_ERRNO_GET errno |
Functions | |
| int | ACE_OS::last_error (void) |
| void | ACE_OS::last_error (int error) |
| int | ACE_OS::set_errno_to_last_error (void) |
| 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.
| #define ACE_EXPORT_MACRO ACE_Export |
Definition at line 34 of file OS_NS_errno.h.
1.7.0