4 #include /**/ "ace/pre.h"
9 /// Implement a simple ACE_Task to run the ORB event loop
11 * This class is used to implement a simple thread pool.
13 class Server_Task
: public ACE_Task_Base
17 Server_Task (CORBA::ORB_ptr orb
);
19 /// The thread entry point
23 /// Keep a reference to the ORB
27 #include /**/ "ace/post.h"
28 #endif /* SERVER_TASK_H */