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