| 1341 | } |
| 1342 | |
| 1343 | int CMainFrame::GetViewCount() const |
| 1344 | { |
| 1345 | return const_cast<CMainFrame&>(*this).GetTabCtrl().GetItemCount(); |
| 1346 | } |
| 1347 | |
| 1348 | CLogView& CMainFrame::GetView(int i) |
| 1349 | { |
nothing calls this directly
no outgoing calls
no test coverage detected