From c8a19c10f53953963ab6499d0648f3c26ff42453 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 16 Aug 2003 09:37:51 +0000 Subject: ChangeLogTag:Sat Aug 16 02:17:49 2003 Ossama Othman --- TAO/tao/default_client.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'TAO/tao/default_client.cpp') diff --git a/TAO/tao/default_client.cpp b/TAO/tao/default_client.cpp index e6957189291..230ff1b1a93 100644 --- a/TAO/tao/default_client.cpp +++ b/TAO/tao/default_client.cpp @@ -1,7 +1,6 @@ // $Id$ #include "default_client.h" -#include "ORB_Core.h" #include "Wait_On_Read.h" #include "Wait_On_Reactor.h" #include "Wait_On_Leader_Follower.h" @@ -11,12 +10,19 @@ #include "Reactive_Connect_Strategy.h" #include "LF_Connect_Strategy.h" +#include "ace/Lock_Adapter_T.h" +#include "ace/Recursive_Thread_Mutex.h" + #if !defined (__ACE_INLINE__) # include "tao/default_client.i" #endif /* ! __ACE_INLINE__ */ -ACE_RCSID(tao, default_client, "$Id$") + +ACE_RCSID (tao, + default_client, + "$Id$") + TAO_Default_Client_Strategy_Factory::TAO_Default_Client_Strategy_Factory (void) : profile_lock_type_ (TAO_THREAD_LOCK) -- cgit v1.2.1