| 1046 | } |
| 1047 | |
| 1048 | void CLogView::OnViewAutoScrollStop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1049 | { |
| 1050 | SetAutoScrollStop(!GetAutoScrollStop()); |
| 1051 | } |
| 1052 | |
| 1053 | void CLogView::OnViewTime(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1054 | { |
nothing calls this directly
no outgoing calls
no test coverage detected