[*] Missing stage for MakeTemporary
This commit is contained in:
parent
2b4bb66e0c
commit
371d01ce71
@ -26,9 +26,11 @@ namespace Aurora::IO::FS
|
||||
void Close() override;
|
||||
void Flush() override;
|
||||
void WriteEoS() override;
|
||||
void MakeTemporary() override;
|
||||
|
||||
private:
|
||||
|
||||
bool bShouldDelete {};
|
||||
HANDLE handle_ = INVALID_HANDLE_VALUE;
|
||||
AuString path_;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user