| 10149 | } |
| 10150 | |
| 10151 | TrackerBase::TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent ) |
| 10152 | : m_nameAndLocation( nameAndLocation ), |
| 10153 | m_ctx( ctx ), |
| 10154 | m_parent( parent ) |
| 10155 | {} |
| 10156 | |
| 10157 | NameAndLocation const& TrackerBase::nameAndLocation() const { |
| 10158 | return m_nameAndLocation; |
nothing calls this directly
no outgoing calls
no test coverage detected