3 //=============================================================================
7 * Implementation header for the "test" IDL interface for the
8 * "PortableInterceptor / ServantLocator" 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.
27 : public virtual POA_test
31 test_i (CORBA::ORB_ptr orb
);
36 virtual void shutdown ();
43 /// Pseudo-reference to the ORB.