#include <OS.h>
Public Methods | |
| siginfo_t (ACE_HANDLE handle) | |
| siginfo_t (ACE_HANDLE *handles) | |
Public Attributes | |
| ACE_HANDLE | si_handle_ |
| Win32 HANDLE that has become signaled. More... | |
| ACE_HANDLE * | si_handles_ |
| Array of Win32 HANDLEs all of which have become signaled. More... | |
|
|
Definition at line 4700 of file OS.cpp.
04701 : si_handle_ (handle), 04702 si_handles_ (&handle) 04703 { 04704 } |
|
|
Definition at line 4706 of file OS.cpp.
04707 : si_handle_ (handles[0]), 04708 si_handles_ (handles) 04709 { 04710 } |
|
|
Win32 HANDLE that has become signaled.
Definition at line 4106 of file OS.h. Referenced by ACE_WFMO_Reactor_Notify::handle_signal, and ACE_Process_Manager::handle_signal. |
|
|
Array of Win32 HANDLEs all of which have become signaled.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002