2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE TAO_Leader_Follower &
5 TAO_LF_Follower::leader_follower ()
7 return this->leader_follower_;
11 TAO_LF_Follower::wait (ACE_Time_Value *tv)
13 return this->condition_.wait (tv);
16 TAO_END_VERSIONED_NAMESPACE_DECL