| 24 | } |
| 25 | |
| 26 | void CEtwView::Activate(bool active) { |
| 27 | m_IsActive = active; |
| 28 | if (active) { |
| 29 | UpdateEventStatus(); |
| 30 | UpdateUI(); |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | void CEtwView::AddEvent(std::shared_ptr<EventData> data) { |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected