commit | 8f7325a0bbb5bbb73b5dac5e18bd744edf6f59e9 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 17 17:03:46 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:56 2014 -0700 |
tree | b1823168ad2a9f42b1ffff200f9ac3173f72626a | |
parent | 54dcecc45e93758baa52e020e1fcccb9244d60bc [diff] [blame] |
Profile signing is working
diff --git a/src/contact-storage.h b/src/contact-storage.h index 62a0e8b..5b87146 100644 --- a/src/contact-storage.h +++ b/src/contact-storage.h
@@ -45,7 +45,11 @@ void updateProfileData(const ndn::Name& identity) const; - + + inline ndn::Ptr<ndn::security::IdentityManager> + getIdentityManager() + { return m_identityManager; } + private: bool doesSelfEntryExist(const ndn::Name& identity, const std::string& profileType);