commit | 79c25a223fe27fe2e0cd31516708063d65fee85d | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 21 13:38:38 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 21 13:38:38 2013 -0700 |
tree | 3118642e60b715606463dbb6b8d01d48c04caf92 | |
parent | c29fb981187e63cbb16f1ad38e8c6b27986cdd10 [diff] [blame] |
Allow changing alias
diff --git a/src/profile.h b/src/profile.h index 0f5a5cc..5c9ce24 100644 --- a/src/profile.h +++ b/src/profile.h
@@ -65,6 +65,10 @@ static ndn::Ptr<Profile> fromDerBlob(const ndn::Blob& derBlob); + inline const std::map<std::string, ndn::Blob>& + getEntries() const + { return m_entries; } + protected: ndn::Name m_identityName; std::map<std::string, ndn::Blob> m_entries;