summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Follower.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Follower.inl')
-rw-r--r--TAO/tao/LF_Follower.inl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/LF_Follower.inl b/TAO/tao/LF_Follower.inl
deleted file mode 100644
index b7e612b94ee..00000000000
--- a/TAO/tao/LF_Follower.inl
+++ /dev/null
@@ -1,13 +0,0 @@
-// $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);
-}