4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
10 : public virtual POA_Test
13 Hello (PortableServer::POA_ptr poa
);
15 // = The skeleton methods
16 virtual void print_hello_world ();
18 PortableServer::POA_ptr
_default_POA ();
21 PortableServer::POA_var poa_
;
24 #include /**/ "ace/post.h"