| 1216 | } |
| 1217 | |
| 1218 | void CLogView::OnViewPreviousBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1219 | { |
| 1220 | FindBookmark(-1); |
| 1221 | } |
| 1222 | |
| 1223 | void CLogView::OnViewClearBookmarks(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1224 | { |
nothing calls this directly
no outgoing calls
no test coverage detected