3 //=============================================================================
7 * Implementation header for the "test" IDL interface for the
10 * @author Ossama Othman <ossama@uci.edu>
12 //=============================================================================
22 * @brief Simple test class.
24 * This class exists only to make it possible to generate an IOR to
25 * which the test IOR interceptor will add a tagged component.
27 class test_i
: public virtual POA_FOO::test
32 test_i (CORBA::ORB_ptr orb
);
35 virtual void shutdown (void);
39 /// Pseudo-reference to the ORB.