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
31 test_i (CORBA::Short num
,
37 /// Return the number assigned to this object.
38 virtual CORBA::Short
number (void);
41 virtual void shutdown (void);
45 /// The number assigned to this object.
48 /// Pseudo-reference to the ORB.