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