summaryrefslogtreecommitdiff
path: root/TAO/tao/EndpointPolicy/EndpointPolicyType.pidl
blob: 2a07f2c886ad51fb578e94fac3e144c9d0872243 (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
32
33
34
35
36
37
38
39
40
41
//
// $Id$
//
// ================================================================
//
// = LIBRARY
//   EndpointPolicy
//
// = FILENAME
//   EndpointPolicyType.pidl
//
// = DESCRIPTION
//   This file contains idl definition for EndpointPolicy type.
//
//
//   This file was used to generate the code in
//   EndpointPolicyTypeC.* The command used to generate code
//   is:
//
//     tao_idl
//         -o orig -Ge 1 -GA -Sc \
//          -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.pidl"

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


#endif /* _TAO_ENDPOINT_POLICY_TYPE_IDL_ */