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