3 //=============================================================================
7 * Header file for recursive type Any insertion and extraction test.
9 * @author Ossama Othman
11 //=============================================================================
20 : public virtual POA_Test::Hello
24 Hello (CORBA::ORB_ptr orb
);
26 // Return the any provide as an "in" argument.
27 virtual CORBA::Any
* get_any (CORBA::Any
const & the_any
);
29 virtual void shutdown ();
32 /// The ORB which will be shutdown by Hello::shutdown().