| 116 | } |
| 117 | |
| 118 | void FileReader::AddLine(const std::string& line) |
| 119 | { |
| 120 | // DBLogReader and BinaryFileReader override this method |
| 121 | Add(line); |
| 122 | } |
| 123 | |
| 124 | void FileReader::PreProcess(Line& line) const |
| 125 | { |
nothing calls this directly
no outgoing calls
no test coverage detected