LifespanPolicy.pidl

Go to the documentation of this file.
00001 /**
00002  * @file LifespanPolicy.pidl
00003  *
00004  * $Id: LifespanPolicy.pidl 73138 2006-06-19 19:50:42Z jwillemsen $
00005  *
00006  * @brief PIDL source for the PortableServer module.
00007  */
00008 
00009 #ifndef _PORTABLESERVER_LIFESPANPOLICY_IDL_
00010 #define _PORTABLESERVER_LIFESPANPOLICY_IDL_
00011 
00012 #include "tao/Policy.pidl"
00013 
00014 #pragma prefix "omg.org"
00015 
00016 module PortableServer
00017 {
00018 # pragma version PortableServer 2.3
00019 
00020   enum LifespanPolicyValue
00021   {
00022     TRANSIENT,
00023     PERSISTENT
00024   };
00025 
00026 #if !defined (CORBA_E_MICRO)
00027 
00028   local interface LifespanPolicy : CORBA::Policy
00029   {
00030     readonly attribute LifespanPolicyValue value;
00031   };
00032 
00033 #endif
00034 };
00035 
00036 
00037 #endif // _PORTABLESERVER_LIFESPANPOLICY_IDL_

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