commit | f2e5e2886233dde4df270563dd8f5a1dc020eb5d | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 15:26:16 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 15:26:16 2013 -0700 |
tree | 0e1ef54806647a2576bf20c0188d4d0c565a7674 | |
parent | 214c7bea31a70e4e3724e1c72acc5ea6c73bd225 [diff] [blame] |
In structures, put minSuffixComponents before maxSuffixComponents
diff --git a/ndn-cpp/Interest.hpp b/ndn-cpp/Interest.hpp index a776912..01681be 100644 --- a/ndn-cpp/Interest.hpp +++ b/ndn-cpp/Interest.hpp
@@ -59,9 +59,8 @@ private: Name name_; - int maxSuffixComponents_; int minSuffixComponents_; - + int maxSuffixComponents_; std::vector<unsigned char> publisherPublicKeyDigest_; // TODO: implement exclude int childSelector_;