summaryrefslogtreecommitdiff
path: root/TAO/tao/EndpointPolicy/IIOPEndpointValue.pidl
blob: f68c5d8069a88d71cd2f3655e1ce4f0f8339a31e (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
//
// $Id$

/**
 * @file IIOPEndpointValue.pidl
 *
 * This file contains idl definition for Endpoint policy interface and
 * the policy value. This TAO-specific policy is used to filter endpoints
 * in the profiles for use in Object References.
 */

#ifndef _TAO_IIOPENDPOINT_VALUE_IDL_
#define _TAO_IIOPENDPOINT_VALUE_IDL_

///FUZZ: disable check_for_include/
#include "tao/EndpointPolicy/EndpointPolicy.pidl"

module EndpointPolicy
{
  local interface IIOPEndpointValue : EndpointValueBase
  {
    // protocol_tag set to TAG_Internet_IOP;

    attribute string host;
    attribute unsigned short port;
  };
};

#endif /* _TAO_IIOPENDPOINT_VALUE_IDL_ */