#include <Event_Handler.h>
Inheritance diagram for ACE_Event_Handler::Reference_Counting_Policy:
Public Types | |
enum | Value { ENABLED, DISABLED } |
Public Methods | |
Value | value (void) const |
Current Reference_Counting_Policy. | |
void | value (Value value) |
Update Reference_Counting_Policy. | |
Private Methods | |
Reference_Counting_Policy (Value value) | |
Private constructor. | |
Private Attributes | |
Value | value_ |
The value of the policy. | |
Friends | |
class | ACE_Event_Handler |
This policy can only be created by the handler. |
This policy allows applications to configure whether it wants the Reactor to call add_reference() and remove_reference() during registrations, removals, and upcalls.
Default: DISABLED.
|
|
|
Private constructor.
|
|
Update Reference_Counting_Policy.
|
|
Current Reference_Counting_Policy.
|
|
This policy can only be created by the handler.
|
|
The value of the policy.
|