4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
9 class Hello
: public virtual POA_Test::Hello
13 Hello (CORBA::ORB_ptr orb
);
15 // = The skeleton methods
16 virtual ::Test::StringList
* get_stringList ();
18 virtual void get_stringList2 (::CORBA::Boolean initialize
,
19 ::Test::StringList_out osl
);
21 virtual void mod_stringList (::Test::StringList
& iosl
);
23 virtual void shutdown (void);
26 /// Use an ORB reference to convert strings to objects and shutdown
31 #include /**/ "ace/post.h"