commit | 2ac40fb9de34c6531e8a6be1ab06b0f8a75d71f1 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 21 13:38:38 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:57 2014 -0700 |
tree | 4ec7d13d1ad675c463b8f96e6a88995541c51fda | |
parent | d95c564faa4186c017e4e790099156e8be8470cc [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;