mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Web file system implementation + fixes
This commit is contained in:
@@ -21,7 +21,7 @@ namespace PortabilityLayer
|
||||
bool SeekEnd(GpUFilePos_t loc) override;
|
||||
GpUFilePos_t Size() const override;
|
||||
GpUFilePos_t Tell() const override;
|
||||
void Close() override;
|
||||
void GP_ASYNCIFY_PARANOID_NAMED(Close)() override;
|
||||
void Flush() override;
|
||||
|
||||
private:
|
||||
@@ -148,7 +148,7 @@ namespace PortabilityLayer
|
||||
return m_expectedPosition - m_start;
|
||||
}
|
||||
|
||||
void FileSectionStreamImpl::Close()
|
||||
void FileSectionStreamImpl::GP_ASYNCIFY_PARANOID_NAMED(Close)()
|
||||
{
|
||||
this->~FileSectionStreamImpl();
|
||||
free(this);
|
||||
|
||||
Reference in New Issue
Block a user