| 5998 | CycleState m_runState; |
| 5999 | public: |
| 6000 | TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent ) |
| 6001 | : m_nameAndLocation( nameAndLocation ), |
| 6002 | m_ctx( ctx ), |
| 6003 | m_parent( parent ), |
| 6004 | m_runState( NotStarted ) |
| 6005 | {} |
| 6006 | virtual ~TrackerBase(); |
| 6007 | |
| 6008 | virtual NameAndLocation const& nameAndLocation() const CATCH_OVERRIDE { |
nothing calls this directly
no outgoing calls
no test coverage detected