Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef _TAO_IIOPENDPOINT_VALUE_IDL_
00013 #define _TAO_IIOPENDPOINT_VALUE_IDL_
00014
00015
00016 #include "tao/EndpointPolicy/EndpointPolicy.pidl"
00017
00018 #if !defined (TAO_LACKS_IIOP)
00019
00020 module EndpointPolicy
00021 {
00022 local interface IIOPEndpointValue : EndpointValueBase
00023 {
00024
00025
00026 attribute string host;
00027 attribute unsigned short _port;
00028 };
00029 };
00030
00031 #endif
00032
00033 #endif