unused argument to allow this class to be a drop-in replacement for LineBuffer
| 16 | |
| 17 | // unused argument to allow this class to be a drop-in replacement for LineBuffer |
| 18 | VectorLineBuffer::VectorLineBuffer(size_t) |
| 19 | { |
| 20 | } |
| 21 | |
| 22 | void VectorLineBuffer::Add(double time, FILETIME systemTime, HANDLE handle, const std::string& message, const LogSource* pSource) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected