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

Public Member Functions | |
| ACE_Notification_Buffer (void) | |
| ACE_Notification_Buffer (ACE_Event_Handler *eh, ACE_Reactor_Mask mask) | |
| ~ACE_Notification_Buffer (void) | |
| Default dtor.   | |
Public Attributes | |
| ACE_Event_Handler * | eh_ | 
| ACE_Reactor_Mask | mask_ | 
| Mask that indicates which method to call.   | |
Definition at line 362 of file Event_Handler.h.
| ACE_Notification_Buffer::ACE_Notification_Buffer | ( | void | ) | 
Definition at line 383 of file Event_Handler.cpp.
References ACE_TRACE.
00384 { 00385 ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer"); 00386 }
| ACE_Notification_Buffer::ACE_Notification_Buffer | ( | ACE_Event_Handler * | eh, | |
| ACE_Reactor_Mask | mask | |||
| ) | 
| ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_Notification_Buffer::~ACE_Notification_Buffer | ( | void | ) | 
Pointer to the Event_Handler that will be dispatched by the main event loop.
Definition at line 375 of file Event_Handler.h.
Referenced by ACE_Select_Reactor_Notify::dispatch_notify(), ACE_Select_Reactor_Notify::is_dispatchable(), ACE_Notification_Queue_Node::matches_for_purging(), and ACE_Notification_Queue::purge_pending_notifications().
Mask that indicates which method to call.
Definition at line 378 of file Event_Handler.h.
Referenced by ACE_Notification_Queue_Node::clear_mask(), and ACE_Select_Reactor_Notify::dispatch_notify().
 1.4.7