4 #include /**/ "ace/pre.h"
9 /// Implement the Test::Hello interface
12 : public virtual POA_Test::Hello
17 Hello (CORBA::ORB_ptr orb
, PortableServer::POA_ptr poa
);
19 virtual Test::HelloWorld_ptr
get_helloworld (void);
21 virtual void shutdown (void);
25 PortableServer::POA_var poa_
;
30 #include /**/ "ace/post.h"