Bug #3383
closed
Deprecated makeDummyClientFace usage
Added by Junxiao Shi almost 9 years ago.
Updated over 8 years ago.
Description
AutoPrefixPropagator RibManager RibStatusManager
and some other test suites and fixtures are using deprecated ndn::util::makeDummyClientFace
and DummyClientFace::sentDatas
.
They should be replaced with the recommended non-deprecated counterparts.
This could be a beginner task.
To find deprecated usages, execute grep -r -E 'makeDummyClientFace|sentDatas' tests/
on NFD repository.
To ensure no deprecated usage still exists after your patch, comment out NDN_UTIL_DUMMY_FACE_KEEP_DEPRECATED
in ndn-cxx/util/dummy-client-face.hpp
, and try to compile NFD.
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
- Status changed from Code review to Closed
Also available in: Atom
PDF