1 #if !defined( WORKER_H)
4 #include /**/ "ace/pre.h"
8 class Worker
: public ACE_Task_Base
11 // Run a server thread
14 // Use the ACE_Task_Base class to run server threads
17 Worker (CORBA::ORB_ptr orb
);
21 // The thread entry point.
28 #include /**/ "ace/post.h"