commit | 62992e43c0a6067fa9b343961c2c34609ab8db65 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Oct 07 18:50:51 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Oct 07 18:50:51 2013 -0700 |
tree | 9c3e1096eda71efe672566c2d49637d6e1696024 | |
parent | 32a23338d6eb8e12dbaabe930ca80f1f9cba0f69 [diff] [blame] |
Face: Make pendingInterestId and registeredPrefixId uint64_t.
diff --git a/ndn-cpp/face.cpp b/ndn-cpp/face.cpp index febdc7b..d70023b 100644 --- a/ndn-cpp/face.cpp +++ b/ndn-cpp/face.cpp
@@ -10,7 +10,7 @@ namespace ndn { -unsigned int +uint64_t Face::expressInterest(const Name& name, const Interest *interestTemplate, const OnData& onData, const OnTimeout& onTimeout) { if (interestTemplate)