mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
A pass of style/naming cleanup in VFS.
This commit is contained in:
parent
457a5df7d5
commit
396a32835b
12 changed files with 120 additions and 120 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
|
||||
bool isValid() const { return m_fileSystemID != 0 && m_index != 0; }
|
||||
|
||||
dword fileSystemID() const { return m_fileSystemID; }
|
||||
dword fsid() const { return m_fileSystemID; }
|
||||
dword index() const { return m_index; }
|
||||
|
||||
FileSystem* fileSystem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue