Actions
Task #2127
closedDelete deprecated Selectors constructor
Start date:
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
The following constructors are deprecated before v0.2, and can be deleted:
Selectors(int minSuffixComponents, int maxSuffixComponents, const Exclude& exclude, int childSelector, bool mustBeFresh);
Interest(const Name& name, int minSuffixComponents, int maxSuffixComponents, const Exclude& exclude, int childSelector, bool mustBeFresh, int scope, const time::milliseconds& interestLifetime, uint32_t nonce);
Actions