3 #include /**/ "ace/pre.h"
8 class Worker
: public ACE_Task_Base
11 Worker(CORBA::ORB_ptr orb
) : orb_(CORBA::ORB::_duplicate(orb
))
25 /// Implement the Test::TestCallback interface
27 : public virtual POA_Test::TestCallback
31 TestCallback (CORBA::ORB_ptr orb
);
33 // = The skeleton methods
34 virtual void start_threads_and_block ();
35 virtual void test_call ();
36 virtual void shutdown ();
42 #include /**/ "ace/post.h"
43 #endif /* TESTCALLBACK_H */