Actions
Task #2620
closedInterest setter methods should return this
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/05/2015
Due date:
% Done:
0%
Estimated time:
Description
In the Data class, the setter methods like setName() return this so that you can chain calls to update values. http://named-data.net/doc/ndn-ccl-api/data.html#data-setname-method
The Interest setters should also return this. (Need to update all libraries and the online API doc.)
Actions