| 1095 | } |
| 1096 | |
| 1097 | void CLogView::OnViewNextProcess(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1098 | { |
| 1099 | FindProcess(+1); |
| 1100 | } |
| 1101 | |
| 1102 | void CLogView::OnViewPreviousProcess(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected