| 2381 | } |
| 2382 | |
| 2383 | void Reset() override |
| 2384 | { |
| 2385 | clearerr(*this->file); |
| 2386 | if (fseek(*this->file, this->begin, SEEK_SET)) { |
| 2387 | Debug(sl, 1, "Could not reset the file reading"); |
| 2388 | } |
| 2389 | } |
| 2390 | }; |
| 2391 | |
| 2392 | /** Yes, simply writing to a file. */ |
no outgoing calls
no test coverage detected