| 1211 | } |
| 1212 | |
| 1213 | void CLogView::OnViewNextBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1214 | { |
| 1215 | FindBookmark(+1); |
| 1216 | } |
| 1217 | |
| 1218 | void CLogView::OnViewPreviousBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1219 | { |
nothing calls this directly
no outgoing calls
no test coverage detected