summaryrefslogtreecommitdiffhomepage
path: root/Kernel/CFKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-02 20:11:24 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-02 20:11:24 +0200
commit59578978610f6af245f571a011694a51d94dc530 (patch)
tree3553807ef1c8095248520ee823c1426aef8738d8 /Kernel/CFKit
parent9afcd1c001703c32964fed5906f36a2d913e91e9 (diff)
[unstable] [META] refactor whole project.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/CFKit')
-rw-r--r--Kernel/CFKit/GUIDWizard.hxx (renamed from Kernel/CFKit/GUIDWizard.hpp)14
-rw-r--r--Kernel/CFKit/GUIDWrapper.hxx (renamed from Kernel/CFKit/GUIDWrapper.hpp)4
-rw-r--r--Kernel/CFKit/Property.hxx (renamed from Kernel/CFKit/Property.hpp)8
-rw-r--r--Kernel/CFKit/URL.hxx (renamed from Kernel/CFKit/URL.hpp)4
4 files changed, 15 insertions, 15 deletions
diff --git a/Kernel/CFKit/GUIDWizard.hpp b/Kernel/CFKit/GUIDWizard.hxx
index 609b0d46..0e10b8d8 100644
--- a/Kernel/CFKit/GUIDWizard.hpp
+++ b/Kernel/CFKit/GUIDWizard.hxx
@@ -6,14 +6,14 @@
#pragma once
-#include <CFKit/GUIDWrapper.hpp>
-#include <NewKit/Array.hpp>
-#include <NewKit/ArrayList.hpp>
-#include <NewKit/Defines.hpp>
-#include <NewKit/ErrorOr.hpp>
+#include <CFKit/GUIDWrapper.hxx>
+#include <NewKit/Array.hxx>
+#include <NewKit/ArrayList.hxx>
+#include <NewKit/Defines.hxx>
+#include <NewKit/ErrorOr.hxx>
#include <NewKit/Ref.hxx>
-#include <NewKit/Stream.hpp>
-#include <NewKit/String.hpp>
+#include <NewKit/Stream.hxx>
+#include <NewKit/String.hxx>
namespace Kernel::XRN::Version1
{
diff --git a/Kernel/CFKit/GUIDWrapper.hpp b/Kernel/CFKit/GUIDWrapper.hxx
index fe9e373b..7effb730 100644
--- a/Kernel/CFKit/GUIDWrapper.hpp
+++ b/Kernel/CFKit/GUIDWrapper.hxx
@@ -6,9 +6,9 @@
#pragma once
-#include <NewKit/Defines.hpp>
+#include <NewKit/Defines.hxx>
#include <NewKit/Ref.hxx>
-#include <NewKit/Stream.hpp>
+#include <NewKit/Stream.hxx>
/* GUID for C++ Components */
diff --git a/Kernel/CFKit/Property.hpp b/Kernel/CFKit/Property.hxx
index 519f486e..abc77e9b 100644
--- a/Kernel/CFKit/Property.hpp
+++ b/Kernel/CFKit/Property.hxx
@@ -7,10 +7,10 @@
#ifndef __INC_PROPS_HPP__
#define __INC_PROPS_HPP__
-#include <NewKit/Array.hpp>
-#include <NewKit/Defines.hpp>
-#include <NewKit/Function.hpp>
-#include <NewKit/String.hpp>
+#include <NewKit/Array.hxx>
+#include <NewKit/Defines.hxx>
+#include <NewKit/Function.hxx>
+#include <NewKit/String.hxx>
#define cMaxPropLen 4096
diff --git a/Kernel/CFKit/URL.hpp b/Kernel/CFKit/URL.hxx
index 61c08d0f..aa671f4f 100644
--- a/Kernel/CFKit/URL.hpp
+++ b/Kernel/CFKit/URL.hxx
@@ -7,8 +7,8 @@
#ifndef _INC_URL_HPP_
#define _INC_URL_HPP_
-#include <NewKit/Defines.hpp>
-#include <NewKit/String.hpp>
+#include <NewKit/Defines.hxx>
+#include <NewKit/String.hxx>
namespace Kernel
{