4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
10 : public virtual POA_Test::Hello
14 Hello (CORBA::ORB_ptr orb
,
17 // = The skeleton methods
18 virtual char * get_string (void);
20 virtual void shutdown (void);
23 /// Use an ORB reference to convert strings to objects and shutdown
30 #include /**/ "ace/post.h"