From 7d2a7e7cab23b8217498866615a3719e5d3980ee Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 20 Feb 2025 12:32:38 +0100 Subject: NeOS: Namespace change from 'Kernel' to 'NeOS' ADD: Start defining the Workstation's HPFS (High-Performance File System) Signed-off-by: Amlal --- dev/Kernel/NewKit/KString.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Kernel/NewKit/KString.h') diff --git a/dev/Kernel/NewKit/KString.h b/dev/Kernel/NewKit/KString.h index dc327f3b..85da1f3c 100644 --- a/dev/Kernel/NewKit/KString.h +++ b/dev/Kernel/NewKit/KString.h @@ -14,7 +14,7 @@ #define cMinimumStringSize 8196 -namespace Kernel +namespace NeOS { /// @brief Kernel string class, not dynamic. class KString final @@ -91,4 +91,4 @@ namespace Kernel static bool Equals(const Char* lhs, const Char* rhs); static bool Equals(const WideChar* lhs, const WideChar* rhs); }; -} // namespace Kernel +} // namespace NeOS -- cgit v1.2.3