From 09dd11ddf800898c00ecb04a65fb5cd10fb481fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 May 2024 12:32:41 +0200 Subject: MHR-23: :boom: changes, reworked project tree. Signed-off-by: Amlal El Mahrouss --- Private/CFKit/URL.hpp | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Private/CFKit/URL.hpp (limited to 'Private/CFKit/URL.hpp') diff --git a/Private/CFKit/URL.hpp b/Private/CFKit/URL.hpp deleted file mode 100644 index c9262133..00000000 --- a/Private/CFKit/URL.hpp +++ /dev/null @@ -1,33 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#ifndef _INC_URL_HPP_ -#define _INC_URL_HPP_ - -#include -#include - -namespace NewOS -{ - class URL final - { - public: - explicit URL(StringView& strUrl); - ~URL(); - - public: - Ref> Location() noexcept; - Ref> Protocol() noexcept; - - private: - Ref fUrlView; - }; - - ErrorOr url_extract_location(const char* url); - ErrorOr url_extract_protocol(const char* url); -} // namespace NewOS - -#endif /* ifndef _INC_URL_HPP_ */ -- cgit v1.2.3