3 #ifndef TAO_TWO_OBJECTS_WORKER_H
4 #define TAO_TWO_OBJECTS_WORKER_H
9 // Use the ACE_Task_Base class to run server threads
10 class Worker
: public ACE_Task_Base
14 Worker (CORBA::ORB_ptr orb
);
16 // The thread entry point.
25 #endif /* TAO_TWO_OBJECTS_WORKER_H */