// $Id$ ACE_INLINE TAO_Leader_Follower & TAO_LF_Follower::leader_follower (void) { return this->leader_follower_; } ACE_INLINE int TAO_LF_Follower::wait (ACE_Time_Value *tv) { return this->condition_.wait (tv); }