1 //=============================================================================
5 * Defines test_i class for the test interface
7 * @author Irfan Pyarali and Michael Kircher
9 //=============================================================================
14 class ServantActivator
;
17 public virtual POA_test
20 test_i (CORBA::ORB_ptr orb_ptr
,
21 PortableServer::POA_ptr poa
,
22 ServantActivator
&activator
,
25 virtual CORBA::Long
doit ();
28 virtual void forward ();
30 virtual void shutdown ();
32 /// Returns the default POA for this servant.
33 virtual PortableServer::POA_ptr
_default_POA ();
37 PortableServer::POA_var poa_
;
38 ServantActivator
&activator_
;