commit | dbeb8e266417cc16d76608201221e22b6f7d7a51 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Oct 14 09:36:31 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:56 2014 -0700 |
tree | 8b9d1ea7b44c5c84b136b99d6472f9d22464e93b | |
parent | b4be64ab6de5cd056d4a90750313f537cea3f118 [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()