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
);
19 virtual char * get_string (::Test::ThreadId caller_threadid
);
21 virtual void shutdown ();
24 /// Use an ORB reference to convert strings to objects and shutdown
29 #include /**/ "ace/post.h"