2 #ifndef LONGUPCALLS_SERVER_TASK_H
3 #define LONGUPCALLS_SERVER_TASK_H
4 #include /**/ "ace/pre.h"
10 #if !defined (ACE_LACKS_PRAGMA_ONCE)
12 #endif /* ACE_LACKS_PRAGMA_ONCE */
14 /// Implement a Task to run the experiments using multiple threads.
15 class Server_Task
: public ACE_Task_Base
19 Server_Task (CORBA::ORB_ptr orb
,
20 ACE_Thread_Manager
*thr_mgr
);
22 /// Thread entry point
26 /// Reference to the ORB
30 #include /**/ "ace/post.h"
31 #endif /* LONGUPCALLS_SERVER_TASK_H */