ServantRetentionPolicy.pidl

Go to the documentation of this file.
00001 /**
00002  * @file ServantRetentionPolicy.pidl
00003  *
00004  * $Id: ServantRetentionPolicy.pidl 76257 2007-01-02 10:02:38Z johnnyw $
00005  *
00006  * @brief Pre-compiled IDL source for the PortableServer module.
00007  *
00008  * tao_idl.exe \
00009  *     -o orig -Gp -Gd -Sci -GA -I$(TAO_ROOT)
00010  *          -Wb,export_macro=TAO_PortableServer_Export \
00011  *          -Wb,export_include="portableserver_export.h" \
00012  *          -Wb,pre_include="ace/pre.h" \
00013  *          -Wb,post_include="ace/post.h" \
00014  *          ServantRetentionPolicy.pidl
00015  */
00016 
00017 #ifndef _PORTABLESERVER_SERVANTRETENTIONPOLICY_IDL_
00018 #define _PORTABLESERVER_SERVANTRETENTIONPOLICY_IDL_
00019 
00020 #include "tao/Policy.pidl"
00021 
00022 #pragma prefix "omg.org"
00023 
00024 module PortableServer
00025 {
00026 # pragma version PortableServer 2.3
00027 
00028   enum ServantRetentionPolicyValue
00029   {
00030     RETAIN,
00031     NON_RETAIN
00032   };
00033 
00034 #if !defined (TAO_HAS_MINIMUM_POA) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
00035 
00036   local interface ServantRetentionPolicy : CORBA::Policy
00037   {
00038     readonly attribute ServantRetentionPolicyValue value;
00039   };
00040 
00041 #endif
00042 
00043 };
00044 
00045 #endif // _PORTABLESERVER_SERVANTRETENTIONPOLICY_IDL_

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