From 71ea4e60ed0b30590a48fde31a74b05e3dd14196 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 12 Dec 2024 09:01:44 +0100 Subject: NeFS.h: Add new fork types in NeFS specifications. User.h/User.cc: Did code refactors in the User class. Heap.cc: Also refactored the heap structure. Signed-off-by: Amlal --- dev/ZKAKit/KernelKit/LoaderInterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/ZKAKit/KernelKit/LoaderInterface.h') diff --git a/dev/ZKAKit/KernelKit/LoaderInterface.h b/dev/ZKAKit/KernelKit/LoaderInterface.h index 4c79aa47..c6e096b5 100644 --- a/dev/ZKAKit/KernelKit/LoaderInterface.h +++ b/dev/ZKAKit/KernelKit/LoaderInterface.h @@ -25,9 +25,9 @@ namespace Kernel public: virtual _Output ErrorOr GetBlob() = 0; - virtual _Output const Char* AsString() = 0; - virtual _Output const Char* MIME() = 0; - virtual _Output const Char* Path() = 0; + virtual _Output const Char* AsString() = 0; + virtual _Output const Char* MIME() = 0; + virtual _Output const Char* Path() = 0; virtual _Output ErrorOr FindStart() = 0; virtual _Output VoidPtr FindSymbol(_Input const Char* name, _Input Int32 kind) = 0; }; -- cgit v1.2.3