3 #include /**/ "ace/pre.h"
7 /// Implement the Test::Hello interface
9 : public virtual POA_Test::Hello
13 Hello (CORBA::ORB_ptr orb
);
15 // = The skeleton methods
16 virtual void method (CORBA::Short count
);
18 virtual void set_callback (Test::CallBack_ptr cb
);
22 /// Use an ORB reference to convert strings to objects and shutdown
25 Test::CallBack_var callback_
;
29 #include /**/ "ace/post.h"