1 #ifndef WORKER_THREAD_H
2 #define WORKER_THREAD_H
3 #include /**/ "ace/pre.h"
8 /// Implement the Test::Worker_Thread interface
9 class Worker_Thread
: public ACE_Task_Base
13 Worker_Thread (CORBA::ORB_ptr orb
);
15 // = The service method
22 #include /**/ "ace/post.h"
23 #endif /* WORKER_THREAD_H */