AdapterActivator.pidl

Go to the documentation of this file.
00001 /**
00002  * @file AdapterActivator.pidl
00003  *
00004  * $Id: AdapterActivator.pidl 73138 2006-06-19 19:50:42Z jwillemsen $
00005  *
00006  * @brief PIDL source for the PortableServer module.
00007  *
00008  */
00009 
00010 #ifndef _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_
00011 #define _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_
00012 
00013 ///FUZZ: disable check_for_include/
00014 #include "tao/PortableServer/PS_Forward.pidl"
00015 
00016 #pragma prefix "omg.org"
00017 
00018 #if !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)
00019 
00020 module PortableServer
00021 {
00022   /// AdapterActivator interface.
00023   local interface AdapterActivator
00024   {
00025 #   pragma version AdapterActivator 2.3
00026 
00027     boolean unknown_adapter (in POA parent,
00028                              in string name);
00029   };
00030 };
00031 
00032 #endif
00033 
00034 #endif // _PORTABLESERVER_ADAPTER_ACTIVATOR_IDL_

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7