commit | 7989eb288166575327b9010c76ff5d1e5dc2fc00 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 31 17:38:22 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:58 2014 -0700 |
tree | 8ebfb4bb6bdba769d48c3cfb5ff29a4890a080d6 | |
parent | 06202d379e02125bee6005ed814f81a071b4fe00 [diff] [blame] |
partially working new chronochat
diff --git a/src/trusted-contact.h b/src/trusted-contact.h index 9f9121c..bd2e84a 100644 --- a/src/trusted-contact.h +++ b/src/trusted-contact.h
@@ -35,6 +35,7 @@ private: std::vector<ndn::Ptr<ndn::Regex> > m_trustScope; + std::vector<ndn::Name> m_trustScopeName; }; #endif