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
15 Worker (CORBA::ORB_ptr orb
);
17 // The thread entry point.
18 virtual int svc (void);
26 #endif /* TAO_TWO_OBJECTS_WORKER_H */