3 //=============================================================================
7 * Implementation header for the "Test" IDL interface for the DLL ORB
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_Test
33 /// Simple two-way operation used to excercise the ORB transport
35 virtual void invoke_me (void);
38 virtual void shutdown (void);
40 /// Set the ORB to be shutdown by the shutdown() method in this
42 void orb (CORBA::ORB_ptr orb
);
46 /// Pseudo-reference to the ORB.