Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / PortableServer / AdapterActivator.pidl
blob40304a25f84816e68e5a82d86ee8f4707e61f92f
1 /**
2  * @file AdapterActivator.pidl
3  *
4  * @brief PIDL source for the PortableServer module.
5  */
7 #ifndef _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_
8 #define _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_
10 ///FUZZ: disable check_for_include/
11 #include "tao/PortableServer/PS_Forward.pidl"
13 #pragma prefix "omg.org"
15 #if !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)
17 module PortableServer
19   /// AdapterActivator interface.
20   local interface AdapterActivator
21   {
22 #   pragma version AdapterActivator 2.3
24     boolean unknown_adapter (in POA parent,
25                              in string name);
26   };
29 #endif
31 #endif // _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_