diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ZKAKit/FSKit/NeFS.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ZKAKit/FSKit/NeFS.h b/dev/ZKAKit/FSKit/NeFS.h index f68c1af6..7b89b821 100644 --- a/dev/ZKAKit/FSKit/NeFS.h +++ b/dev/ZKAKit/FSKit/NeFS.h @@ -368,6 +368,10 @@ namespace Kernel return NO; } + Void Commit() {} + + Void Start() {} + private: Char mStamp[255] = { "/System/FileSystemStamp.jrnl" }; |
