| 1067 | } |
| 1068 | |
| 1069 | void CMainFrame::OnLogClear(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1070 | { |
| 1071 | ClearLog(); |
| 1072 | } |
| 1073 | |
| 1074 | void CMainFrame::OnLinkViews(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1075 | { |
nothing calls this directly
no outgoing calls
no test coverage detected