| 11680 | } |
| 11681 | |
| 11682 | TrackerBase::TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent ) |
| 11683 | : m_nameAndLocation( nameAndLocation ), |
| 11684 | m_ctx( ctx ), |
| 11685 | m_parent( parent ) |
| 11686 | {} |
| 11687 | |
| 11688 | NameAndLocation const& TrackerBase::nameAndLocation() const { |
| 11689 | return m_nameAndLocation; |
nothing calls this directly
no outgoing calls
no test coverage detected