1 #include "ace/Thread_Hook.h"
2 #include "ace/Object_Manager_Base.h"
4 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
6 ACE_Thread_Hook::ACE_Thread_Hook()
10 ACE_Thread_Hook::~ACE_Thread_Hook ()
15 ACE_Thread_Hook::start (ACE_THR_FUNC func
, void *arg
)
21 ACE_Thread_Hook::thread_hook (ACE_Thread_Hook
*hook
)
23 return ACE_OS_Object_Manager::thread_hook (hook
);
27 ACE_Thread_Hook::thread_hook (void)
29 return ACE_OS_Object_Manager::thread_hook ();
32 ACE_END_VERSIONED_NAMESPACE_DECL