commit | 7af8b510d3abc28fcab21526359194ad7e1ce873 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 10 22:11:35 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:56 2014 -0700 |
tree | cbb5b02885802174dbfd3c19acbb62ee367c0f44 | |
parent | 4390ce56475bff87df3cb92b6d4364e2ac6d3f51 [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