2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE const char *
5 TAO_SCIOP_Endpoint::host () const
7 return this->host_.in ();
10 ACE_INLINE CORBA::UShort
11 TAO_SCIOP_Endpoint::port () const
16 ACE_INLINE CORBA::UShort
17 TAO_SCIOP_Endpoint::port (CORBA::UShort p)
19 return this->port_ = p;
22 TAO_END_VERSIONED_NAMESPACE_DECL