| 1031 | } |
| 1032 | |
| 1033 | void CLogView::OnViewSelectAll(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1034 | { |
| 1035 | SelectAll(); |
| 1036 | } |
| 1037 | |
| 1038 | void CLogView::OnViewCopy(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1039 | { |
nothing calls this directly
no outgoing calls
no test coverage detected