siginfo_t Struct Reference

#include <OS_NS_signal.h>

List of all members.

Public Member Functions

 siginfo_t (ACE_HANDLE handle)
 siginfo_t (ACE_HANDLE *handles)

Public Attributes

ACE_HANDLE si_handle_
 Win32 HANDLE that has become signaled.

ACE_HANDLE * si_handles_
 Array of Win32 HANDLEs all of which have become signaled.


Constructor & Destructor Documentation

siginfo_t::siginfo_t ACE_HANDLE  handle  ) 
 

Definition at line 12 of file OS_NS_signal.cpp.

00013   : si_handle_ (handle),
00014     si_handles_ (&handle)
00015 {
00016 }

siginfo_t::siginfo_t ACE_HANDLE *  handles  ) 
 

Definition at line 18 of file OS_NS_signal.cpp.

00019   : si_handle_ (handles[0]),
00020     si_handles_ (handles)
00021 {
00022 }


Member Data Documentation

ACE_HANDLE siginfo_t::si_handle_
 

Win32 HANDLE that has become signaled.

Definition at line 57 of file OS_NS_signal.h.

Referenced by ACE_WFMO_Reactor_Notify::handle_signal(), and ACE_Process_Manager::handle_signal().

ACE_HANDLE* siginfo_t::si_handles_
 

Array of Win32 HANDLEs all of which have become signaled.

Definition at line 60 of file OS_NS_signal.h.


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 11:33:38 2006 for ACE by doxygen 1.3.6