commit | 42f6646097d49fa39c48d447db44e6baee0c5f11 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 31 17:38:22 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 31 17:38:22 2013 -0700 |
tree | 616df3e5a6848eef508e11a015c5b2dd00b13200 | |
parent | 678ca4b4e4e2eb117c7146088fbf279b70a2702c [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