#include <Event_Handler.h>
Collaboration diagram for ACE_Notification_Buffer:

Public Methods | |
| ACE_Notification_Buffer (void) | |
| ACE_Notification_Buffer (ACE_Event_Handler *eh, ACE_Reactor_Mask mask) | |
| ~ACE_Notification_Buffer (void) | |
| Default dtor. More... | |
Public Attributes | |
| ACE_Event_Handler * | eh_ |
| Pointer to the Event_Handler that will be dispatched by the main event loop. More... | |
| ACE_Reactor_Mask | mask_ |
| Mask that indicates which method to call. More... | |
Definition at line 213 of file Event_Handler.h.
|
|
Definition at line 238 of file Event_Handler.cpp. References ACE_TRACE.
00239 {
00240 ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer");
00241 }
|
|
||||||||||||
|
Definition at line 243 of file Event_Handler.cpp. References ACE_Reactor_Mask, and ACE_TRACE.
|
|
|
Default dtor.
Definition at line 7 of file Event_Handler.i.
00008 {
00009 }
|
|
|
Pointer to the Event_Handler that will be dispatched by the main event loop.
Definition at line 226 of file Event_Handler.h. Referenced by ACE_Select_Reactor_Notify::dispatch_notify, ACE_Dev_Poll_Reactor_Notify::dispatch_notify, ACE_WFMO_Reactor_Notify::handle_signal, ACE_Select_Reactor_Notify::is_dispatchable, ACE_WFMO_Reactor_Notify::notify, ACE_WFMO_Reactor_Notify::purge_pending_notifications, ACE_Select_Reactor_Notify::purge_pending_notifications, and ACE_Dev_Poll_Reactor_Notify::purge_pending_notifications. |
|
|
Mask that indicates which method to call.
Definition at line 229 of file Event_Handler.h. Referenced by ACE_Select_Reactor_Notify::dispatch_notify, ACE_Dev_Poll_Reactor_Notify::dispatch_notify, ACE_WFMO_Reactor_Notify::handle_signal, ACE_WFMO_Reactor_Notify::notify, ACE_WFMO_Reactor_Notify::purge_pending_notifications, ACE_Select_Reactor_Notify::purge_pending_notifications, and ACE_Dev_Poll_Reactor_Notify::purge_pending_notifications. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002