commit | 22552903bcdf501b496952d7c3713d6a9d342a29 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Sun Jul 07 21:26:20 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Sun Jul 07 21:26:20 2013 -0700 |
tree | 264d76bee526bfaab9e893e646fc71f8a951f79a | |
parent | 5abaaca7e24626995b00c6b45de62e8e6aa4d908 [diff] [blame] |
Implement ndn_decodeBinaryXMLInterest (except for Exclude)
diff --git a/ndn-cpp/Interest.hpp b/ndn-cpp/Interest.hpp index a1f045f..f5a59ea 100644 --- a/ndn-cpp/Interest.hpp +++ b/ndn-cpp/Interest.hpp
@@ -42,6 +42,8 @@ Name &getName() { return name_; } + int getInterestLifetime() { return interestLifetime_; } + /** * Clear this interest, and set the values by copying from the interest struct. * @param interestStruct a C ndn_Interest struct