TAO  2.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes
TAO_LF_Event_Loop_Thread_Helper Class Reference

Helper class to enter and exit the Leader/Followers event loop. More...

#include <LF_Event_Loop_Thread_Helper.h>

Collaboration diagram for TAO_LF_Event_Loop_Thread_Helper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_LF_Event_Loop_Thread_Helper (TAO_Leader_Follower &leader_follower, TAO_LF_Strategy &lf_strategy, ACE_Time_Value *max_wait_time)
 Constructor.
 ~TAO_LF_Event_Loop_Thread_Helper (void)
 Destructor.
int event_loop_return (void) const
 Calls set_event_loop_thread on the leader/followers object.

Private Attributes

TAO_Leader_Followerleader_follower_
 Reference to leader/followers object.
TAO_LF_Strategylf_strategy_
 The Leader/Follower Strategy used by this ORB.
int event_loop_return_
 Remembers the status returned while trying to enter the event loop.

Detailed Description

Helper class to enter and exit the Leader/Followers event loop.

Uses the Guard idiom to enter and exit the Leader/Followers event loop.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

Calls set_event_loop_thread on the leader/followers object.


Member Data Documentation

Remembers the status returned while trying to enter the event loop.

Reference to leader/followers object.

The Leader/Follower Strategy used by this ORB.


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