Task #4885
closed
Remove deprecated const Id* of face-related handles
Added by Junxiao Shi over 5 years ago.
Updated over 4 years ago.
Description
Remove PendingInterestId InterestFilterId RegisteredPrefixId
types that have been deprecated in #4316 #3919.
- Start date set to 05/12/2019
- Assignee set to Wenkai Zheng
- Start date changed from 05/12/2019 to 08/29/2019
Hi, everyone, I am thinking change the type for those 3 deprecated pointer to RecordId*, but i am not sure about that. If it is incorrect, can i have some suggestions for how to deal with this?
This task is to remove these types. There already replacements in place.
For example I found this function InterestFilterHandle(*this, reinterpret_cast<const InterestFilterId*>(id));
now i change it to InterestFilterHandle(*this, reinterpret_cast<const RecordId*>(id));
Is that correct ?
- Status changed from New to In Progress
- Assignee changed from Wenkai Zheng to Davide Pesavento
- Target version set to 0.8.0
- Start date deleted (
08/29/2019)
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
- Estimated time deleted (
1.50 h)
- Tags changed from CodeCleanup to code-cleanup
Also available in: Atom
PDF