#include <WFMO_Reactor.h>
Inheritance diagram for ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info:
Public Methods | |
To_Be_Added_Info (void) | |
Default constructor. | |
void | reset (void) |
Reset the state of the structure. | |
void | set (ACE_HANDLE event_handle, int io_entry, ACE_Event_Handler *event_handler, ACE_HANDLE io_handle, long network_events, int delete_event, int delete_entry=0, ACE_Reactor_Mask close_masks=ACE_Event_Handler::NULL_MASK, int suspend_entry=0) |
Set the structure to these new values. | |
void | set (ACE_HANDLE event_handle, Common_Info &common_info, int suspend_entry=0) |
Set the structure to these new values. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_HANDLE | event_handle_ |
Handle for the event. | |
int | suspend_entry_ |
This is set when the entry needed to be suspended. |
|
Default constructor.
|
|
Dump the state of an object.
Reimplemented from ACE_WFMO_Reactor_Handler_Repository::Common_Info. |
|
Reset the state of the structure.
Reimplemented from ACE_WFMO_Reactor_Handler_Repository::Common_Info. |
|
Set the structure to these new values.
|
|
Set the structure to these new values.
|
|
Handle for the event.
|
|
This is set when the entry needed to be suspended.
|