5 #include /**/ "ace/pre.h"
9 #include "ace/OS_NS_Thread.h"
11 /// Implement the Test::Hello interface
13 : public virtual POA_Test::Hello
17 Hello (CORBA::ORB_ptr orb
,
20 // = The skeleton methods
21 virtual char * get_string ( ::Test::ThreadId caller_threadid
);
23 virtual void shutdown (void);
26 /// Use an ORB reference to convert strings to objects and shutdown
30 ACE_thread_t
const thr_id_
;
33 #include /**/ "ace/post.h"