2 #include "ace/Manual_Event.h"
5 //////////////////////////////////////////////////////////////////////////
7 // This task should be run to start Test object implementation
8 class Server_Task
: public ACE_Task_Base
12 Server_Task (const ACE_TCHAR
*output
,
15 ACE_Thread_Manager
*thr_mgr
);
17 /// Thread entry point
21 /// Output file for IOR
22 const ACE_TCHAR
*output_
;
24 /// Manual event to wake up the main thread to create a client
26 ACE_Manual_Event
&me_
;