11 * @brief Simple test class.
13 * This class implements the "test" interface used in this test.
15 class test_i
: public virtual POA_RedirectionTest::test
19 test_i (CORBA::Short num
,
25 /// Return the number assigned to this object.
26 virtual CORBA::Short
number ();
29 virtual void shutdown ();
32 /// The number assigned to this object.
35 /// Pseudo-reference to the ORB.