| 1000 | } |
| 1001 | |
| 1002 | void CLogView::OnViewReset(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1003 | { |
| 1004 | ResetToLine(0); |
| 1005 | } |
| 1006 | |
| 1007 | void CLogView::OnViewResetToLine(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1008 | { |
nothing calls this directly
no outgoing calls
no test coverage detected