3 //=============================================================================
7 * Implementation header for the "test" IDL interface for the
8 * PortableInterceptor ORB::shutdown() test.
10 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
12 //=============================================================================
22 * @brief Simple test class.
24 * This class implements the "test" interface used in this test.
26 class test_i
: public virtual POA_test
30 test_i (CORBA::ORB_ptr orb
);
36 virtual void hello ();
39 virtual void shutdown ();
42 /// Pseudo-reference to the ORB.