00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00009 00010 namespace OpenDDS { 00011 namespace DCPS { 00012 00013 ACE_INLINE MulticastDataLink* 00014 MulticastSession::link() 00015 { 00016 return this->link_; 00017 } 00018 00019 ACE_INLINE MulticastPeer 00020 MulticastSession::remote_peer() const 00021 { 00022 return this->remote_peer_; 00023 } 00024 00025 } // namespace DCPS 00026 } // namespace OpenDDS 00027 00028 OPENDDS_END_VERSIONED_NAMESPACE_DECL