commit | 53b8a9ca4d4e43befe6ee666efdb263bf7eb4e2e | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 14 09:36:31 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 14 09:36:31 2013 -0700 |
tree | 6d7e1c2bb1b3e20694bc8c062b8349d4460d6bde | |
parent | 5ff621068719278d79339c7aeb8f0bfd469feecc [diff] [blame] |
Add ContactItem
diff --git a/src/profile.h b/src/profile.h index 403b600..0f5a5cc 100644 --- a/src/profile.h +++ b/src/profile.h
@@ -41,7 +41,7 @@ const ndn::Blob& profileValue); ndn::Ptr<const ndn::Blob> - getProfileEntry(const std::string& profileType); + getProfileEntry(const std::string& profileType) const; inline Profile::iterator begin()