summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Endpoint.i
blob: 440223aa06bb4ce51e10de8a20ebc2fe711f13b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// -*- C++ -*-
// $Id$

# if TAO_HAS_UIOP == 1

ACE_INLINE const ACE_UNIX_Addr &
TAO_UIOP_Endpoint::object_addr (void) const
{
  return this->object_addr_;
}

ACE_INLINE TAO_UIOP_Client_Connection_Handler *&
TAO_UIOP_Endpoint::hint (void)
{
  return this->hint_;
}

ACE_INLINE const char *
TAO_UIOP_Endpoint::rendezvous_point (void) const
{
  return this->object_addr_.get_path_name ();
}


#endif  /* TAO_HAS_UIOP == 1 */