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