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
31 test_i (CORBA::ORB_ptr orb
);
37 virtual void hello (void);
40 virtual void shutdown (void);
44 /// Pseudo-reference to the ORB.