4 #include /**/ "ace/pre.h"
9 #if !defined (ACE_LACKS_PRAGMA_ONCE)
11 #endif /* ACE_LACKS_PRAGMA_ONCE */
13 /// Implement a Task to run the experiments using multiple threads.
14 class Server_Task
: public ACE_Task_Base
18 Server_Task (ACE_Thread_Manager
*thr_mgr
,
20 const ACE_Time_Value
&running_time
);
22 /// Thread entry point
26 /// Reference to the ORB
29 /// Total running time for each thread
30 ACE_Time_Value running_time_
;
33 #include /**/ "ace/post.h"
34 #endif /* SERVER_TASK_H */