| 1123 | } |
| 1124 | |
| 1125 | void CLogView::OnViewProcessInclude(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1126 | { |
| 1127 | AddProcessFilter(FilterType::Include); |
| 1128 | } |
| 1129 | |
| 1130 | void CLogView::OnViewProcessExclude(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1131 | { |
nothing calls this directly
no outgoing calls
no test coverage detected