| 1133 | } |
| 1134 | |
| 1135 | void CLogView::OnViewProcessTrack(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1136 | { |
| 1137 | AddProcessFilter(FilterType::Track, GetRandomBackColor()); |
| 1138 | } |
| 1139 | |
| 1140 | void CLogView::OnViewProcessOnce(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1141 | { |
nothing calls this directly
no test coverage detected