#include "ace/ACE_export.h"
#include "ace/os_include/os_signal.h"
#include "ace/Atomic_Op.h"
#include "ace/Synch_Traits.h"
#include "ace/Event_Handler.i"
Include dependency graph for Event_Handler.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Event_Handler |
Provides an abstract interface for handling various types of I/O, timer, and signal events. More... | |
class | Policy |
Base class for all handler policies. More... | |
class | Reference_Counting_Policy |
This policy dictates the reference counting requirements for the handler. More... | |
class | ACE_Event_Handler_var |
Auto pointer like class for Event Handlers. More... | |
class | ACE_Notification_Buffer |
Simple wrapper for passing <ACE_Event_Handler *>s and <ACE_Reactor_Mask>s between threads. More... | |
Typedefs | |
typedef unsigned long | ACE_Reactor_Mask |
|
|