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
);
21 // = The skeleton methods
22 virtual char * get_string ();
24 virtual void shutdown ();
27 /// Use an ORB reference to convert strings to objects and shutdown
36 #include /**/ "ace/post.h"