commit | 4ef8cf6edcddf1e0ae1d59ceff0613ad2d6363c4 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Oct 23 14:05:12 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:58 2014 -0700 |
tree | 514358eebb63bbc1dc523d3ae19c6587757cc501 | |
parent | 5b98913e3810ab8d5e203e3686c8e408664fea3a [diff] [blame] |
Add getContact method of ContactManager, add supporting methods in ContactStorage
diff --git a/src/contact-manager.h b/src/contact-manager.h index 666cf9b..465a1cc 100644 --- a/src/contact-manager.h +++ b/src/contact-manager.h
@@ -46,6 +46,9 @@ getContactStorage() { return m_contactStorage; } + ndn::Ptr<ContactItem> + getContact(const ndn::Name& contactNamespace); + inline ndn::Ptr<DnsStorage> getDnsStorage() { return m_dnsStorage; }