commit | 38e329b62bec2e7742ce31b8b34f61388d02988b | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 10 22:11:35 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 10 22:11:35 2013 -0700 |
tree | cc855e9573df2da6303643c0977eb5247d4cc99d | |
parent | ad56f1c7ee502ffd19602d9e5ac16aed2660953e [diff] [blame] |
Finish ProfileData class
diff --git a/src/profile-data.h b/src/profile-data.h index a1e71cf..6e29a43 100644 --- a/src/profile-data.h +++ b/src/profile-data.h
@@ -22,10 +22,9 @@ ProfileData (const ProfileData& profile); - ~ProfileData () {} + ProfileData (const ndn::Data& data); - static ndn::Ptr<ProfileData> - fromData (const ndn::Data& data); + ~ProfileData () {} inline const ndn::Name& getIdentityName() const