mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
vfs: make 'File_io_service::read_ready' const
... and replace pointer argument to const reference. Issue #4706
This commit is contained in:
committed by
Christian Helmuth
parent
1b1a9ca95c
commit
ca0d3757cc
@ -84,8 +84,7 @@ class Vfs::Value_file_system : public Vfs::Single_file_system
|
||||
return WRITE_OK;
|
||||
}
|
||||
|
||||
bool read_ready() override { return true; }
|
||||
|
||||
bool read_ready() const override { return true; }
|
||||
bool write_ready() const override { return true; }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user