| 246 | EventLineTracking() {} |
| 247 | |
| 248 | static Ptr Create() { return std::make_shared<EventLineTracking>(); } |
| 249 | |
| 250 | void TrackingUsingNormFlow(const EventNormFlow::NormFlowPack::Ptr &nfPack); |
| 251 |
nothing calls this directly
no outgoing calls
no test coverage detected