summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-08 00:44:48 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-08 00:44:48 +0200
commit7ec2bda484072982e75666508863ef9903331191 (patch)
tree38a8ef82921367a3643afb282d2cfd6b19124960 /Private/CFKit
parentdd9c90c0d7d65f4481b1072f11cbb81017382006 (diff)
Kernel/URL.cxx: Remove useless protocols for a kernel.
- remove IteratorInterface for NewFS, design change have been done. Kernel/NewFS.cxx: Document code.
Diffstat (limited to 'Private/CFKit')
-rw-r--r--Private/CFKit/URL.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/CFKit/URL.hpp b/Private/CFKit/URL.hpp
index 748b3cf0..41693e0e 100644
--- a/Private/CFKit/URL.hpp
+++ b/Private/CFKit/URL.hpp
@@ -11,10 +11,10 @@
#include <NewKit/String.hpp>
namespace NewOS {
-class Url final {
+class URL final {
public:
- explicit Url(StringView &strUrl);
- ~Url();
+ explicit URL(StringView &strUrl);
+ ~URL();
public:
Ref<ErrorOr<StringView>> Location() noexcept;