| 10061 | } |
| 10062 | |
| 10063 | TrackerBase::TrackerBase(NameAndLocation const &nameAndLocation, TrackerContext &ctx, ITracker *parent) |
| 10064 | : m_nameAndLocation(nameAndLocation), m_ctx(ctx), m_parent(parent) { |
| 10065 | } |
| 10066 | |
| 10067 | NameAndLocation const &TrackerBase::nameAndLocation() const { |
| 10068 | return m_nameAndLocation; |
nothing calls this directly
no outgoing calls
no test coverage detected