| 343 | } |
| 344 | |
| 345 | void CLogView::OnDropFiles(HDROP hDropInfo) |
| 346 | { |
| 347 | // Need to maunally forward to CMainFrame, don't understand why |
| 348 | m_mainFrame.OnDropFiles(hDropInfo); |
| 349 | } |
| 350 | |
| 351 | std::vector<std::string> CLogView::GetSelectedMessages() const |
| 352 | { |
nothing calls this directly
no outgoing calls
no test coverage detected