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
20 test_i (CORBA::Short num
,
26 /// Return the number assigned to this object.
27 virtual CORBA::Short
number ();
30 virtual void shutdown ();
33 /// The number assigned to this object.
36 /// Pseudo-reference to the ORB.