00001 // -*- C++ -*- 00002 // 00003 // $Id: UIOP_Endpoint.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 # if TAO_HAS_UIOP == 1 00006 00007 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00008 00009 ACE_INLINE const ACE_UNIX_Addr & 00010 TAO_UIOP_Endpoint::object_addr (void) const 00011 { 00012 return this->object_addr_; 00013 } 00014 00015 ACE_INLINE const char * 00016 TAO_UIOP_Endpoint::rendezvous_point (void) const 00017 { 00018 return this->object_addr_.get_path_name (); 00019 } 00020 00021 TAO_END_VERSIONED_NAMESPACE_DECL 00022 00023 #endif /* TAO_HAS_UIOP == 1 */