5 * @author Will Otte <wotte@dre.vanderbilt.edu>'
7 * Defines the Client_Task class which acts as the process colocated client
8 * thread for the Bug1492_Regression test.
12 #ifndef BUG1492_REGRESSION_CLIENT_TASK_H
13 #define BUG1492_REGRESSION_CLIENT_TASK_H
15 #include /**/ "ace/pre.h"
20 /// Implements a Task to run the process colocated client ORB.
22 class Client_Task
: public ACE_Task_Base
26 Client_Task (const ACE_TCHAR
*input
,
28 ACE_Thread_Manager
*thr_mgr
);
30 /// Thread entry point.
34 /// File to read in the remote IOR.
35 const ACE_TCHAR
*input_
;
42 #include /**/ "ace/post.h"
43 #endif /* BUG1492_REGRESSION_CLIENT_TASK_H */