1 //=============================================================================
5 * Defines test_i class for the test interface
7 * @author Irfan Pyarali
9 //=============================================================================
14 class test_i
: public POA_test
17 /// Constructor - takes a POA and a value parameter
18 test_i (CORBA::ORB_ptr orb
,
19 PortableServer::POA_ptr poa
,
22 /// A twoway operation.
25 /// A twoway operation.
34 PortableServer::POA_var poa_
;