3 //=============================================================================
7 * Implementation header for the "test" IDL interface for the
8 * PortableInterceptor::ForwardRequest test.
10 * @author Ossama Othman <ossama@uci.edu>
12 //=============================================================================
22 * @brief Simple test class.
24 * This class implements the "test" interface used in this test.
26 class test_i
: public virtual POA_hello::GoodDay
30 test_i (CORBA::Short num
,
36 /// Return the number assigned to this object.
37 virtual CORBA::Short
number ();
40 virtual void shutdown ();
43 /// The number assigned to this object.
46 /// Pseudo-reference to the ORB.