| 1036 | } |
| 1037 | |
| 1038 | void CLogView::OnViewCopy(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1039 | { |
| 1040 | Copy(); |
| 1041 | } |
| 1042 | |
| 1043 | void CLogView::OnViewAutoScroll(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1044 | { |
nothing calls this directly
no outgoing calls
no test coverage detected