commit | c26af3c2c9bbbb48fce61b0b8c1553d74412bfa7 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 17 17:03:46 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 17 17:03:46 2013 -0700 |
tree | d176cfbe1404c8494b3c8fa9e128699e1c48cc24 | |
parent | 49eea9f32829897491b8c3e2a3fa22808b26aac6 [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);