Project

General

Profile

Actions

Task #4885

closed

Remove deprecated const Id* of face-related handles

Added by Junxiao Shi about 5 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Base
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:

Description

Remove PendingInterestId InterestFilterId RegisteredPrefixId types that have been deprecated in #4316 #3919.


Related issues 2 (0 open2 closed)

Follows ndn-cxx - Feature #4316: Scoped expressed InterestClosedJunxiao Shi

Actions
Follows ndn-cxx - Feature #3919: Scoped prefix registrationClosedJunxiao Shi

Actions
Actions #1

Updated by Davide Pesavento about 5 years ago

  • Start date set to 05/12/2019
Actions #2

Updated by Davide Pesavento about 5 years ago

  • Tags set to CodeCleanup
Actions #3

Updated by Davide Pesavento almost 5 years ago

Actions #4

Updated by Davide Pesavento almost 5 years ago

Actions #5

Updated by Wenkai Zheng over 4 years ago

  • Assignee set to Wenkai Zheng
  • Start date changed from 05/12/2019 to 08/29/2019
Actions #6

Updated by Wenkai Zheng over 4 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?

Actions #7

Updated by Alex Afanasyev over 4 years ago

This task is to remove these types. There already replacements in place.

Actions #8

Updated by Wenkai Zheng over 4 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 ?

Actions #9

Updated by Davide Pesavento over 4 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)
Actions #10

Updated by Davide Pesavento about 4 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
  • Estimated time deleted (1.50 h)
Actions #11

Updated by Davide Pesavento almost 4 years ago

  • Tags changed from CodeCleanup to code-cleanup
Actions

Also available in: Atom PDF