4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
10 : public virtual POA_Test::Hello
14 Hello (CORBA::ORB_ptr orb
, Test::Hello_ptr server
, CORBA::ULong server_id
= 0);
16 // = The skeleton methods
17 virtual void shutdown ();
21 virtual void throw_location_forward ();
24 /// Use an ORB reference to convert strings to objects and shutdown
29 #include /**/ "ace/post.h"