4 #include /**/ "ace/pre.h"
9 /// Implement the Test::Hello interface
12 : public virtual POA_Test::Hello
16 Hello (CORBA::ORB_ptr orb
, PortableServer::POA_ptr poa
);
18 virtual Test::HelloWorld_ptr
get_helloworld ();
20 virtual void shutdown ();
23 PortableServer::POA_var poa_
;
28 #include /**/ "ace/post.h"