summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/MCast.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/MCast.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/MCast.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/MCast.inl b/TAO/orbsvcs/orbsvcs/AV/MCast.inl
new file mode 100644
index 00000000000..08d994f23ed
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/AV/MCast.inl
@@ -0,0 +1,17 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+//------------------------------------------------------------
+// TAO_AV_UDP_MCast_Flow_Handler
+//-----------------------------------------------------------
+
+ACE_INLINE ACE_SOCK_Dgram_Mcast *
+TAO_AV_UDP_MCast_Flow_Handler::get_mcast_socket (void) const
+{
+ return this->dgram_mcast_;
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL