ACE  6.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes
ACE_Reactor_Notification_Strategy Class Reference

Used to notify an ACE_Reactor. More...

#include <Reactor_Notification_Strategy.h>

Inheritance diagram for ACE_Reactor_Notification_Strategy:
Inheritance graph
[legend]
Collaboration diagram for ACE_Reactor_Notification_Strategy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Reactor_Notification_Strategy (ACE_Reactor *reactor, ACE_Event_Handler *eh, ACE_Reactor_Mask mask)
virtual ~ACE_Reactor_Notification_Strategy (void)
 Default destructor.
virtual int notify (void)
virtual int notify (ACE_Event_Handler *eh, ACE_Reactor_Mask mask)
ACE_Reactorreactor (void)
 Get the reactor.
void reactor (ACE_Reactor *r)
 Set the reactor.

Protected Attributes

ACE_Reactorreactor_
 The Reactor.

Detailed Description

Used to notify an ACE_Reactor.

Integrates the ACE_Message_Queue notification into the ACE_Reactor::notify() method.


Constructor & Destructor Documentation

Default destructor.


Member Function Documentation

Get the reactor.

Set the reactor.


Member Data Documentation

The Reactor.


The documentation for this class was generated from the following files: