summaryrefslogtreecommitdiff
path: root/TAO/tao/Follower.inl
blob: c3073b74efe684cc60bd8b8fed3820a58918bc7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

ACE_INLINE TAO_Leader_Follower &
TAO_Follower::leader_follower (void)
{
  return this->leader_follower_;
}

ACE_INLINE int
TAO_Follower::wait (ACE_Time_Value *tv)
{
  return this->condition_.wait (tv);
}