Spectre/System/Log/FileWriter: Implement flush()
This commit is contained in:
parent
8dbb0e0211
commit
7b0cf72ac4
2 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ public:
|
|||
|
||||
size_t write(const void *data, size_t len);
|
||||
|
||||
virtual bool flush();
|
||||
|
||||
protected:
|
||||
|
||||
FILE *m_fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue