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.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/LF_Follower.inl b/TAO/tao/LF_Follower.inl
index 8e88e259759..b7e612b94ee 100644
--- a/TAO/tao/LF_Follower.inl
+++ b/TAO/tao/LF_Follower.inl
@@ -1,9 +1,5 @@
-// -*- C++ -*-
-//
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE TAO_Leader_Follower &
TAO_LF_Follower::leader_follower (void)
{
@@ -15,5 +11,3 @@ TAO_LF_Follower::wait (ACE_Time_Value *tv)
{
return this->condition_.wait (tv);
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL