2 #ifndef WORKER_THREAD_H
3 #define WORKER_THREAD_H
4 #include /**/ "ace/pre.h"
9 /// Implement the Test::Worker_Thread interface
10 class Worker_Thread
: public ACE_Task_Base
14 Worker_Thread (CORBA::ORB_ptr orb
);
16 // = The service method
23 #include /**/ "ace/post.h"
24 #endif /* WORKER_THREAD_H */