From 84cc6ff6f43b48383248282743efc514946db641 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 28 Mar 2024 13:05:28 +0100 Subject: Kernel: :boom: breaking changes, Update API and the HCORE based macros, rename HCore to NewOS. Signed-off-by: Amlal El Mahrouss --- Private/Source/GUIDWizard.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/Source/GUIDWizard.cxx') diff --git a/Private/Source/GUIDWizard.cxx b/Private/Source/GUIDWizard.cxx index 8befb071..90903979 100644 --- a/Private/Source/GUIDWizard.cxx +++ b/Private/Source/GUIDWizard.cxx @@ -17,7 +17,7 @@ // @brief Size of UUID. #define kUUIDSize 37 -namespace HCore::XRN::Version1 { +namespace NewOS::XRN::Version1 { auto make_sequence(const ArrayList& uuidSeq) -> Ref { GUIDSequence* seq = new GUIDSequence(); MUST_PASS(seq); @@ -55,4 +55,4 @@ auto try_guid_to_string(Ref& seq) -> ErrorOr> { return ErrorOr>{-1}; } -} // namespace HCore::XRN::Version1 +} // namespace NewOS::XRN::Version1 -- cgit v1.2.3