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