| 1128 | } |
| 1129 | |
| 1130 | void CLogView::OnViewProcessExclude(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1131 | { |
| 1132 | AddProcessFilter(FilterType::Exclude); |
| 1133 | } |
| 1134 | |
| 1135 | void CLogView::OnViewProcessTrack(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1136 | { |
nothing calls this directly
no outgoing calls
no test coverage detected