| 29 | } |
| 30 | |
| 31 | void ProcessReader::Abort() |
| 32 | { |
| 33 | AddMessage(m_process.GetProcessId(), Str(m_process.GetName()).str(), "<process terminated>"); |
| 34 | PolledLogSource::Abort(); |
| 35 | } |
| 36 | |
| 37 | bool ProcessReader::AtEnd() const |
| 38 | { |
nothing calls this directly
no test coverage detected