diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-16 09:37:51 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-16 09:37:51 +0000 |
commit | c8a19c10f53953963ab6499d0648f3c26ff42453 (patch) | |
tree | e76436680bf749124d81df5f6c7fe3c616729d64 /TAO/tao/default_client.cpp | |
parent | 2a59a93e55d572fe29dc2fc9527e761708f849e1 (diff) | |
download | ATCD-c8a19c10f53953963ab6499d0648f3c26ff42453.tar.gz |
ChangeLogTag:Sat Aug 16 02:17:49 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/default_client.cpp')
-rw-r--r-- | TAO/tao/default_client.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
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) |