2 #ifndef MT_BIDIR_CLIENT_TASK_H
3 #define MT_BIDIR_CLIENT_TASK_H
4 #include /**/ "ace/pre.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
15 /// Implement a Task to run the experiments using multiple threads.
16 class Client_Task
: public ACE_Task_Base
20 Client_Task (CORBA::ORB_ptr orb
,
21 ACE_Thread_Manager
*thr_mgr
);
23 /// Thread entry point
27 /// Reference to the ORB
31 #include /**/ "ace/post.h"
32 #endif /* MT_BIDIR_CLIENT_TASK_H */