| 36 | // ============================================================================= |
| 37 | |
| 38 | StreamThreadTSWriter::StreamThreadTSWriter( |
| 39 | StreamInterface &stream, |
| 40 | const std::string &file) : |
| 41 | StreamThreadBase("TSWRITER", stream), |
| 42 | _filePath(file) {} |
| 43 | |
| 44 | StreamThreadTSWriter::~StreamThreadTSWriter() { |
| 45 | terminateThread(); |
nothing calls this directly
no outgoing calls
no test coverage detected