mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
BlockDevice -> DiskDevice.
BlockDevice was the wrong name for this abstraction, since a block device is a type of file in a unix system, and we should use that name for that concept in the fs implementation.
This commit is contained in:
9
VirtualFileSystem/DiskDevice.cpp
Normal file
9
VirtualFileSystem/DiskDevice.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "DiskDevice.h"
|
||||
|
||||
DiskDevice::DiskDevice()
|
||||
{
|
||||
}
|
||||
|
||||
DiskDevice::~DiskDevice()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user