commit | 03616c9dbace73f6f39ffb45b37a5198c526a86b | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Sep 12 14:30:01 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Sep 12 14:30:01 2013 -0700 |
tree | b13edf1c174ca21e9810bd1c6be5761d4bf52182 | |
parent | 0f743458a79d3e5413b43ca275343f41b5216bc6 [diff] [blame] |
In PublisherPublicKeyDigest, make the value a Blob.
diff --git a/ndn-cpp/node.hpp b/ndn-cpp/node.hpp index 9efb742..d9113d6 100644 --- a/ndn-cpp/node.hpp +++ b/ndn-cpp/node.hpp
@@ -215,7 +215,7 @@ std::vector<ptr_lib::shared_ptr<PitEntry> > pit_; std::vector<ptr_lib::shared_ptr<PrefixEntry> > registeredPrefixTable_; Interest ndndIdFetcherInterest_; - std::vector<unsigned char> ndndId_; + Blob ndndId_; }; }