4 #include /**/ "ace/pre.h"
10 # pragma warning (disable:4250)
13 /// Implement the Test::Hello interface
15 : public virtual POA_Test::Hello
19 Hello (CORBA::ORB_ptr orb
,
22 // = The skeleton methods
23 virtual char * get_string ();
25 virtual void onewayTest ();
27 virtual void shutdown ();
30 /// Use an ORB reference to convert strings to objects and shutdown
41 #include /**/ "ace/post.h"