| 1005 | } |
| 1006 | |
| 1007 | void CMainFrame::OnFileExit(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1008 | { |
| 1009 | PostMessage(WM_CLOSE); |
| 1010 | } |
| 1011 | |
| 1012 | void CMainFrame::OnFileSaveLog(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1013 | { |
nothing calls this directly
no outgoing calls
no test coverage detected