ThreadPolicy.pidl

Go to the documentation of this file.
00001 /**
00002  * @file ThreadPolicy.pidl
00003  *
00004  * $Id: ThreadPolicy.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  *          ThreadPolicy.pidl
00015  */
00016 
00017 #ifndef _PORTABLESERVER_THREAD_POLICY_IDL_
00018 #define _PORTABLESERVER_THREAD_POLICY_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 ThreadPolicyValue
00029   {
00030     ORB_CTRL_MODEL,
00031     SINGLE_THREAD_MODEL
00032 /*    ,MAIN_THREAD_MODEL*/
00033   };
00034 
00035 #if !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)
00036   local interface ThreadPolicy : CORBA::Policy
00037   {
00038     readonly attribute ThreadPolicyValue value;
00039   };
00040 #endif
00041 
00042 };
00043 
00044 #endif // _PORTABLESERVER_THREAD_POLICY_IDL_

Generated on Sun Jan 27 13:23:44 2008 for TAO_PortableServer by doxygen 1.3.6