ACE 6.0.1
|
#include "ace/config-all.h"
#include "ace/os_include/sys/os_select.h"
Namespaces | |
namespace | ACE_OS |
This class is a wrapper for the XTI/TLI operations. | |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
Functions | |
int | ACE_OS::select (int width, fd_set *rfds, fd_set *wfds=0, fd_set *efds=0, const ACE_Time_Value *tv=0) |
int | ACE_OS::select (int width, fd_set *rfds, fd_set *wfds, fd_set *efds, const ACE_Time_Value &tv) |
Originally in OS.h.
#define ACE_EXPORT_MACRO ACE_Export |