6 #include /**/ "ace/pre.h"
10 /// Implement the Test::Hello interface
12 : public virtual POA_Test::Hello
16 Hello (CORBA::ORB_ptr orb
);
18 // = The skeleton methods
19 virtual char * get_string (void);
21 virtual void shutdown (void);
24 /// Use an ORB reference to convert strings to objects and shutdown
29 #include /**/ "ace/post.h"