3 //=============================================================================
7 * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
9 //=============================================================================
18 * @brief Simple test class.
20 * This class implements the "test" interface used in this test.
22 class test_i
: public virtual POA_ForwardRequestTest::test
27 test_i (CORBA::Short num
,
33 /// Return the number assigned to this object.
34 virtual CORBA::Short
number (void);
37 virtual void shutdown (void);
41 /// The number assigned to this object.
44 /// Pseudo-reference to the ORB.