#include <Event_Handler.h>
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. |
ACE_Notification_Buffer::ACE_Notification_Buffer | ( | void | ) |
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 | ) |
Default dtor.
Pointer to the Event_Handler that will be dispatched by the main event loop.
Mask that indicates which method to call.