00001 // -*- C++ -*- 00002 // $Id: SCIOP_Endpoint.inl 73791 2006-07-27 20:54:56Z wotte $ 00003 00004 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00005 00006 ACE_INLINE const char * 00007 TAO_SCIOP_Endpoint::host (void) const 00008 { 00009 return this->host_.in (); 00010 } 00011 00012 ACE_INLINE CORBA::UShort 00013 TAO_SCIOP_Endpoint::port (void) const 00014 { 00015 return this->port_; 00016 } 00017 00018 ACE_INLINE CORBA::UShort 00019 TAO_SCIOP_Endpoint::port (CORBA::UShort p) 00020 { 00021 return this->port_ = p; 00022 } 00023 00024 TAO_END_VERSIONED_NAMESPACE_DECL