7 #include "tao/PortableServer/POAC.h"
12 * @brief Simple test class.
14 * This class implements the "test" interface used in this test.
16 class test_i
: public virtual POA_RTTest::test
21 test_i (CORBA::Short num
,
27 /// Return the number assigned to this object.
28 virtual CORBA::Short
number (void);
31 virtual void shutdown (void);
35 /// The number assigned to this object.
38 /// Pseudo-reference to the ORB.