Simple wrapper for passing <ACE_Event_Handler *>s and ACE_Reactor_Masks between threads. More...
#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. | |
Simple wrapper for passing <ACE_Event_Handler *>s and ACE_Reactor_Masks between threads.
Definition at line 363 of file Event_Handler.h.
| ACE_Notification_Buffer::ACE_Notification_Buffer | ( | void | ) |
Definition at line 379 of file Event_Handler.cpp.
: eh_ (0), mask_ (ACE_Event_Handler::NULL_MASK) { ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer"); }
| ACE_Notification_Buffer::ACE_Notification_Buffer | ( | ACE_Event_Handler * | eh, | |
| ACE_Reactor_Mask | mask | |||
| ) |
Definition at line 386 of file Event_Handler.cpp.
| ACE_Notification_Buffer::~ACE_Notification_Buffer | ( | void | ) | [inline] |
Pointer to the Event_Handler that will be dispatched by the main event loop.
Definition at line 376 of file Event_Handler.h.
Mask that indicates which method to call.
Definition at line 379 of file Event_Handler.h.
1.7.0