summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Connect_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Connect_Strategy.cpp')
-rw-r--r--TAO/tao/LF_Connect_Strategy.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/LF_Connect_Strategy.cpp b/TAO/tao/LF_Connect_Strategy.cpp
index f641d87813a..d1aa0d78b8c 100644
--- a/TAO/tao/LF_Connect_Strategy.cpp
+++ b/TAO/tao/LF_Connect_Strategy.cpp
@@ -1,18 +1,14 @@
#include "LF_Connect_Strategy.h"
#include "Connection_Handler.h"
-#include "Transport.h"
-#include "ORB_Core.h"
-#include "LF_Event.h"
+#include "LF_Follower.h"
#include "Leader_Follower.h"
-#include "debug.h"
-#include "ace/Synch_Options.h"
+#include "ace/Synch_Options.h"
ACE_RCSID(tao,
LF_Connect_Strategy,
"$Id$")
-
TAO_LF_Connect_Strategy::TAO_LF_Connect_Strategy (
TAO_ORB_Core *orb_core)
: TAO_Connect_Strategy (orb_core)
@@ -40,7 +36,6 @@ TAO_LF_Connect_Strategy::synch_options (ACE_Time_Value *timeout,
}
}
-
int
TAO_LF_Connect_Strategy::wait (TAO_Connection_Handler *ch,
ACE_Time_Value *max_wait_time)