2 * @file ServantActivator.pidl
4 * @brief Pre-compiled IDL source for the PortableServer module.
7 #ifndef _PORTABLESERVER_SERVANT_ACTIVATOR_IDL_
8 #define _PORTABLESERVER_SERVANT_ACTIVATOR_IDL_
10 ///FUZZ: disable check_for_include/
11 #include "tao/PortableServer/PS_Forward.pidl"
12 #include "tao/PortableServer/ServantManager.pidl"
13 #include "tao/PortableServer/ForwardRequest.pidl"
15 #pragma prefix "omg.org"
17 #if ! defined (CORBA_E_COMPACT) && ! defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)
21 # pragma version PortableServer 2.3
23 local interface ServantActivator : ServantManager
25 # pragma version ServantActivator 2.3
27 Servant incarnate (in ObjectId oid,
29 raises (ForwardRequest);
31 void etherealize (in ObjectId oid,
34 in boolean cleanup_in_progress,
35 in boolean remaining_activations);
41 #endif // _PORTABLESERVER_SERVANT_ACTIVATOR_IDL_