diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-02 19:38:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-02 19:38:46 +0200 |
| commit | 997be16e5ac9a68d54882ab69529815860d62955 (patch) | |
| tree | 19d6129c2d776bb1edc5d4a7325e39ca176c3403 /dev/kernel/CFKit/GUIDWizard.h | |
| parent | 618104e74c195d7508a18450524f8ed7f9af8cc6 (diff) | |
| parent | b3b4b1ebdcd6adeac914869017c86d892b7a8ced (diff) | |
Merge pull request #28 from nekernel-org/dev
0.0.2
Diffstat (limited to 'dev/kernel/CFKit/GUIDWizard.h')
| -rw-r--r-- | dev/kernel/CFKit/GUIDWizard.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev/kernel/CFKit/GUIDWizard.h b/dev/kernel/CFKit/GUIDWizard.h index b1d3e310..ae62b8fc 100644 --- a/dev/kernel/CFKit/GUIDWizard.h +++ b/dev/kernel/CFKit/GUIDWizard.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. + Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ @@ -11,14 +11,13 @@ #include <NewKit/ArrayList.h> #include <NewKit/Defines.h> #include <NewKit/ErrorOr.h> +#include <NewKit/KString.h> #include <NewKit/Ref.h> #include <NewKit/Stream.h> -#include <NewKit/KString.h> -namespace CF::XRN::Version1 -{ - using namespace Kernel; +namespace CF::XRN::Version1 { +using namespace Kernel; - Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq); - ErrorOr<Ref<Kernel::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid); -} // namespace CF::XRN::Version1 +Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq); +ErrorOr<Ref<Kernel::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid); +} // namespace CF::XRN::Version1 |
