| 1180 | } |
| 1181 | |
| 1182 | void CMainFrame::OnLogPause(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1183 | { |
| 1184 | if (IsPaused()) |
| 1185 | Resume(); |
| 1186 | else |
| 1187 | Pause(); |
| 1188 | } |
| 1189 | |
| 1190 | void CMainFrame::OnLogGlobal(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1191 | { |
nothing calls this directly
no outgoing calls
no test coverage detected