summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Strategy_Complete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Strategy_Complete.cpp')
-rw-r--r--TAO/tao/LF_Strategy_Complete.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/LF_Strategy_Complete.cpp b/TAO/tao/LF_Strategy_Complete.cpp
index 7f6294247cc..8ae4cc0b00f 100644
--- a/TAO/tao/LF_Strategy_Complete.cpp
+++ b/TAO/tao/LF_Strategy_Complete.cpp
@@ -1,3 +1,4 @@
+// -*- C++ -*-
// $Id$
#include "tao/LF_Strategy_Complete.h"
@@ -14,8 +15,6 @@ ACE_RCSID (tao,
LF_Strategy_Complete,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_LF_Strategy_Complete::~TAO_LF_Strategy_Complete (void)
{
}
@@ -44,12 +43,10 @@ TAO_LF_Strategy_Complete::reset_event_loop_thread (int call_reset,
if (call_reset)
lf.reset_event_loop_thread ();
- int const result = lf.elect_new_leader ();
+ int result = lf.elect_new_leader ();
if (result == -1)
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) Failed to wake up ")
ACE_TEXT ("a follower thread\n")));
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL