Implemented a direct filesystem class for the VFS. It's used as the default filesyste...
commit510f653fa4658d102eed07308cf2d23aeb62f4de
authorAntoine Chavasse <antoine@facepalm.(none)>
Sun, 25 Jan 2009 20:15:32 +0000 (25 21:15 +0100)
committerAntoine Chavasse <antoine@facepalm.(none)>
Sun, 25 Jan 2009 20:15:32 +0000 (25 21:15 +0100)
treeda2236955c7f192d03ac1f3a7e3ba572a8168c35
parent2fb83ed56d9b0ff388184a1d7731e4afd56a17db
Implemented a direct filesystem class for the VFS. It's used as the default filesystem, so that specifying a normal path will just directly access that file.
src/vfs/CMakeLists.txt
src/vfs/DirectFS.cpp [copied from src/vfs/vfs.fidl with 52% similarity]
src/vfs/DirectFS.h [copied from src/vfs/vfs.fidl with 59% similarity]
src/vfs/VFS.cpp
src/vfs/VFS.h
src/vfs/vfs.fidl