Actions
Task #4885
closedRemove deprecated const Id* of face-related handles
Start date:
Due date:
% Done:
100%
Estimated time:
Tags:
Description
Updated by Davide Pesavento over 5 years ago
- Follows Feature #4316: Scoped expressed Interest added
Updated by Davide Pesavento over 5 years ago
- Follows Feature #3919: Scoped prefix registration added
Updated by Wenkai Zheng about 5 years ago
- Assignee set to Wenkai Zheng
- Start date changed from 05/12/2019 to 08/29/2019
Updated by Wenkai Zheng about 5 years ago
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?
Updated by Alex Afanasyev about 5 years ago
This task is to remove these types. There already replacements in place.
Updated by Wenkai Zheng about 5 years ago
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 ?
Updated by Davide Pesavento almost 5 years ago
- 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)
Updated by Davide Pesavento almost 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
- Estimated time deleted (
1.50 h)
Updated by Davide Pesavento over 4 years ago
- Tags changed from CodeCleanup to code-cleanup
Actions