| * See COPYING for copyright and distribution information. |
| void Face::expressInterest(const Name& name, const Interest *interestTemplate, const OnData& onData, const OnTimeout& onTimeout) |
| node_.expressInterest(Interest |
| (name, interestTemplate->getMinSuffixComponents(), interestTemplate->getMaxSuffixComponents(), |
| interestTemplate->getPublisherPublicKeyDigest(), interestTemplate->getExclude(), |
| interestTemplate->getChildSelector(), interestTemplate->getAnswerOriginKind(), |
| interestTemplate->getScope(), interestTemplate->getInterestLifetimeMilliseconds()), onData, onTimeout); |
| node_.expressInterest(Interest(name, 4000.0), onData, onTimeout); |