2 #if defined (TAO_HAS_IIOP) && (TAO_HAS_IIOP != 0)
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 ACE_INLINE const char *
7 TAO_IIOP_Endpoint::host () const
9 return this->host_.in ();
12 ACE_INLINE CORBA::UShort
13 TAO_IIOP_Endpoint::port () const
18 ACE_INLINE CORBA::UShort
19 TAO_IIOP_Endpoint::port (CORBA::UShort p)
21 return this->port_ = p;
24 #if defined (ACE_HAS_IPV6)
26 TAO_IIOP_Endpoint::is_ipv6_decimal () const
28 return this->is_ipv6_decimal_;
30 #endif /* ACE_HAS_IPV6 */
32 TAO_END_VERSIONED_NAMESPACE_DECL
34 #endif /* TAO_HAS_IIOP && TAO_HAS_IIOP != 0 */