00001 // 00002 // $Id: EndpointPolicyType.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00003 00004 /** 00005 * @file EndpointPolicyType.pidl 00006 * 00007 * This file contains idl definition for EndpointPolicy type. 00008 * 00009 * This file is used to generate the code in 00010 * EndpointPolicyTypeC.* The command used to generate code is: 00011 * tao_idl 00012 * -o orig -GA \ 00013 * -Wb,export_macro=TAO_EndpointPolicy_Export \ 00014 * -Wb,export_include="tao/EndpointPolicy/TAO_EndpointPolicy_Export.h" \ 00015 * -Wb,pre_include="ace/pre.h" \ 00016 * -Wb,post_include="ace/post.h" \ 00017 * EndpointPolicyType.pidl 00018 */ 00019 00020 #ifndef _TAO_ENDPOINT_POLICY_TYPE_IDL_ 00021 #define _TAO_ENDPOINT_POLICY_TYPE_IDL_ 00022 00023 #include "tao/Policy_Forward.pidl" 00024 00025 module EndpointPolicy 00026 { 00027 const CORBA::PolicyType ENDPOINT_POLICY_TYPE = 0x4f43000c; 00028 }; 00029 00030 00031 #endif /* _TAO_ENDPOINT_POLICY_TYPE_IDL_ */