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.
Actions