TAO_LF_Strategy_Null Class Reference

A concrete TAO_LF_Strategy for ORB configurations that do not use the Leader/Followers event loop. More...

#include <LF_Strategy_Null.h>

Inheritance diagram for TAO_LF_Strategy_Null:

Inheritance graph
[legend]
Collaboration diagram for TAO_LF_Strategy_Null:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_LF_Strategy_Null (void)
 Constructor.

Virtual Methods
Please check the documentation in TAO_LF_Strategy

virtual ~TAO_LF_Strategy_Null (void)
virtual void set_upcall_thread (TAO_Leader_Follower &)
virtual int set_event_loop_thread (ACE_Time_Value *max_wait_time, TAO_Leader_Follower &)
virtual void reset_event_loop_thread (int call_reset, TAO_Leader_Follower &)

Detailed Description

A concrete TAO_LF_Strategy for ORB configurations that do not use the Leader/Followers event loop.

Definition at line 32 of file LF_Strategy_Null.h.


Constructor & Destructor Documentation

ACE_INLINE TAO_LF_Strategy_Null::TAO_LF_Strategy_Null void   ) 
 

Constructor.

Definition at line 4 of file LF_Strategy_Null.inl.

00005 {
00006 }

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_LF_Strategy_Null::~TAO_LF_Strategy_Null void   )  [virtual]
 

Definition at line 14 of file LF_Strategy_Null.cpp.

00015 {
00016 }


Member Function Documentation

void TAO_LF_Strategy_Null::reset_event_loop_thread int  call_reset,
TAO_Leader_Follower
[virtual]
 

Implements TAO_LF_Strategy.

Definition at line 31 of file LF_Strategy_Null.cpp.

00033 {
00034 }

int TAO_LF_Strategy_Null::set_event_loop_thread ACE_Time_Value max_wait_time,
TAO_Leader_Follower
[virtual]
 

Implements TAO_LF_Strategy.

Definition at line 24 of file LF_Strategy_Null.cpp.

00026 {
00027   return 0;
00028 }

void TAO_LF_Strategy_Null::set_upcall_thread TAO_Leader_Follower  )  [virtual]
 

Implements TAO_LF_Strategy.

Definition at line 19 of file LF_Strategy_Null.cpp.

00020 {
00021 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:41:16 2006 for TAO_Strategies by doxygen 1.3.6