summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Endpoint.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Endpoint.inl')
-rw-r--r--TAO/tao/Strategies/UIOP_Endpoint.inl23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/UIOP_Endpoint.inl b/TAO/tao/Strategies/UIOP_Endpoint.inl
new file mode 100644
index 00000000000..a7a01b59c3d
--- /dev/null
+++ b/TAO/tao/Strategies/UIOP_Endpoint.inl
@@ -0,0 +1,23 @@
+// -*- C++ -*-
+//
+// $Id$
+
+# if TAO_HAS_UIOP == 1
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE const ACE_UNIX_Addr &
+TAO_UIOP_Endpoint::object_addr (void) const
+{
+ return this->object_addr_;
+}
+
+ACE_INLINE const char *
+TAO_UIOP_Endpoint::rendezvous_point (void) const
+{
+ return this->object_addr_.get_path_name ();
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* TAO_HAS_UIOP == 1 */