ServantActivator.pidl

Go to the documentation of this file.
00001 /**
00002  * @file ServantActivator.pidl
00003  *
00004  * $Id: ServantActivator.pidl 81200 2008-04-01 13:03:30Z johnnyw $
00005  *
00006  * @brief Pre-compiled IDL source for the PortableServer module.
00007  *
00008  * This file is used to generate the code in
00009  * ServantActivatorC.{h,inl,cpp}, using the following command:
00010  *
00011  * tao_idl.exe \
00012  *     -o orig -Gp -Gd -Sci -GA -I$(TAO_ROOT)
00013  *          -Wb,export_macro=TAO_PortableServer_Export \
00014  *          -Wb,export_include="portableserver_export.h" \
00015  *          -Wb,pre_include="ace/pre.h" \
00016  *          -Wb,post_include="ace/post.h" \
00017  *          ServantActivator.pidl
00018  */
00019 
00020 #ifndef _PORTABLESERVER_SERVANT_ACTIVATOR_IDL_
00021 #define _PORTABLESERVER_SERVANT_ACTIVATOR_IDL_
00022 
00023 ///FUZZ: disable check_for_include/
00024 #include "tao/PortableServer/PS_Forward.pidl"
00025 #include "tao/PortableServer/ServantManager.pidl"
00026 #include "tao/PortableServer/ForwardRequest.pidl"
00027 
00028 #pragma prefix "omg.org"
00029 
00030 #if ! defined (CORBA_E_COMPACT) && ! defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)
00031 
00032 module PortableServer
00033 {
00034 # pragma version PortableServer 2.3
00035 
00036   local interface ServantActivator : ServantManager
00037   {
00038 #   pragma version ServantActivator 2.3
00039 
00040     Servant incarnate (in ObjectId oid,
00041                        in POA adapter)
00042       raises (ForwardRequest);
00043 
00044     void etherealize (in ObjectId oid,
00045                       in POA adapter,
00046                       in Servant serv,
00047                       in boolean cleanup_in_progress,
00048                       in boolean remaining_activations);
00049   };
00050 };
00051 
00052 #endif
00053 
00054 #endif // _PORTABLESERVER_SERVANT_ACTIVATOR_IDL_

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