Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Strategies / UIOP_Endpoint.inl
bloba021e9de27456fc570f270f9ef718be99d5a9d6d
1 // -*- C++ -*-
2 # if TAO_HAS_UIOP == 1
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 ACE_INLINE const ACE_UNIX_Addr &
7 TAO_UIOP_Endpoint::object_addr () const
9   return this->object_addr_;
12 ACE_INLINE const char *
13 TAO_UIOP_Endpoint::rendezvous_point () const
15   return this->object_addr_.get_path_name ();
18 TAO_END_VERSIONED_NAMESPACE_DECL
20 #endif  /* TAO_HAS_UIOP == 1 */