| 361 | } |
| 362 | |
| 363 | SelectionInfo CMainFrame::GetLogFileRange() const |
| 364 | { |
| 365 | if (m_logFile.Empty()) |
| 366 | return SelectionInfo(); |
| 367 | |
| 368 | return SelectionInfo(0, m_logFile.Count() - 1, m_logFile.Count()); |
| 369 | } |
| 370 | |
| 371 | void CMainFrame::UpdateStatusBar() |
| 372 | { |
nothing calls this directly
no test coverage detected