4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
10 : public virtual POA_Test::Hello
14 Hello (CORBA::ORB_ptr orb
);
17 ::Test::Fls_out fstruct
,
18 ::Test::Vls_out vstruct
);
20 virtual void shutdown ();
23 /// Use an ORB reference to convert strings to objects and shutdown
28 #include /**/ "ace/post.h"