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 00014 ACE_INLINE std::string 00015 ShmemDataLink::peer_address() 00016 { 00017 return this->peer_address_; 00018 } 00019 00020 } // namespace DCPS 00021 } // namespace OpenDDS 00022 00023 OPENDDS_END_VERSIONED_NAMESPACE_DECL