summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/EndpointPolicy/EndpointPolicyType.pidl
blob: 6cd707fa432904a0b4521ffbbbf3eda031c67361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//
// $Id$

/**
 * @file EndpointPolicyType.pidl
 *
 * This file contains idl definition for EndpointPolicy type.
 *
 * This file is used to generate the code in
 * EndpointPolicyTypeC.* The command used to generate code is:
 * tao_idl
 *          -o orig -GA \
 *          -Wb,export_macro=TAO_EndpointPolicy_Export \
 *          -Wb,export_include="tao/EndpointPolicy/TAO_EndpointPolicy_Export.h" \
 *          -Wb,pre_include="ace/pre.h" \
 *          -Wb,post_include="ace/post.h" \
 *          EndpointPolicyType.pidl
 */

#ifndef _TAO_ENDPOINT_POLICY_TYPE_IDL_
#define _TAO_ENDPOINT_POLICY_TYPE_IDL_

#include "tao/Policy_Forward.pidl"

module EndpointPolicy
{
   const CORBA::PolicyType ENDPOINT_POLICY_TYPE = 0x4f43000c;
};


#endif /* _TAO_ENDPOINT_POLICY_TYPE_IDL_ */