4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
10 : public virtual POA_Test::Hello
14 Hello (CORBA::ORB_ptr orb
);
16 virtual Test::Octet_Seq
*get_big_reply (CORBA::ULong size
);
17 virtual void big_request (const ::Test::Octet_Seq
& octet_in
);
19 // = The skeleton methods
20 virtual char * get_string (const char * mystring
);
22 virtual void shutdown ();
25 /// Use an ORB reference to convert strings to objects and shutdown
30 #include /**/ "ace/post.h"