2 #ifndef STACK_RECURSION_SERVER_TASK_H
3 #define STACK_RECURSION_SERVER_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 Server_Task
: public ACE_Task_Base
20 Server_Task (CORBA::ORB_ptr orb
,
22 ACE_Thread_Manager
*thr_mgr
);
24 /// Thread entry point
28 /// Reference to the ORB
31 /// The sender pointer
32 const Sender
*sender_
;
35 #include /**/ "ace/post.h"
36 #endif /* STACK_RECURSION_SERVER_TASK_H */