#include <TP_Reactor.h>
Collaboration diagram for ACE_EH_Dispatch_Info:
Public Methods | |
ACE_EH_Dispatch_Info (void) | |
void | set (ACE_HANDLE handle, ACE_Event_Handler *event_handler, ACE_Reactor_Mask mask, ACE_EH_PTMF callback) |
void | reset (void) |
int | dispatch (void) const |
Public Attributes | |
ACE_HANDLE | handle_ |
ACE_Event_Handler * | event_handler_ |
ACE_Reactor_Mask | mask_ |
ACE_EH_PTMF | callback_ |
int | dispatch_ |
Private Methods | |
ACE_EH_Dispatch_Info (const ACE_EH_Dispatch_Info &) | |
ACE_EH_Dispatch_Info & | operator= (const ACE_EH_Dispatch_Info &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|