Actions
Task #1946
closedRefactor adjacency status as enum
Start date:
08/28/2014
Due date:
% Done:
100%
Estimated time:
Description
Currently, member variable m_status in the Adjacent class is of type uint32_t.
Since the Adjacency status can currently have two values (ACTIVE or INACTIVE) as well as UNKNOWN for function returns, it is better suited as an AdjacencyStatus enum.
Updated by Vince Lehman over 10 years ago
- Status changed from In Progress to Code review
Updated by Vince Lehman over 10 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100
Actions