| 1056 | } |
| 1057 | |
| 1058 | void CLogView::OnViewProcessColors(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1059 | { |
| 1060 | SetViewProcessColors(!GetViewProcessColors()); |
| 1061 | } |
| 1062 | |
| 1063 | void CLogView::OnEscapeKey(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1064 | { |
nothing calls this directly
no outgoing calls
no test coverage detected