summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NetworkKit
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/NetworkKit
parent9afcd1c001703c32964fed5906f36a2d913e91e9 (diff)
[unstable] [META] refactor whole project.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/NetworkKit')
-rw-r--r--Kernel/NetworkKit/IP.hxx (renamed from Kernel/NetworkKit/IP.hpp)6
-rw-r--r--Kernel/NetworkKit/IPC.hxx4
-rw-r--r--Kernel/NetworkKit/LTE.hxx4
-rw-r--r--Kernel/NetworkKit/MAC.hxx6
-rw-r--r--Kernel/NetworkKit/NetworkDevice.hxx (renamed from Kernel/NetworkKit/NetworkDevice.hpp)4
5 files changed, 12 insertions, 12 deletions
diff --git a/Kernel/NetworkKit/IP.hpp b/Kernel/NetworkKit/IP.hxx
index 80c4ba54..ea5ee771 100644
--- a/Kernel/NetworkKit/IP.hpp
+++ b/Kernel/NetworkKit/IP.hxx
@@ -6,10 +6,10 @@
#pragma once
-#include <KernelKit/DebugOutput.hpp>
-#include <NewKit/Defines.hpp>
+#include <KernelKit/DebugOutput.hxx>
+#include <NewKit/Defines.hxx>
#include <NewKit/Ref.hxx>
-#include <NewKit/String.hpp>
+#include <NewKit/String.hxx>
namespace Kernel
{
diff --git a/Kernel/NetworkKit/IPC.hxx b/Kernel/NetworkKit/IPC.hxx
index e53d8f1c..238f5478 100644
--- a/Kernel/NetworkKit/IPC.hxx
+++ b/Kernel/NetworkKit/IPC.hxx
@@ -10,8 +10,8 @@
#ifndef _INC_IPC_ENDPOINT_HXX_
#define _INC_IPC_ENDPOINT_HXX_
-#include <NewKit/Defines.hpp>
-#include <NewKit/String.hpp>
+#include <NewKit/Defines.hxx>
+#include <NewKit/String.hxx>
/// @file IPC.hxx
/// @brief IPC protocol.
diff --git a/Kernel/NetworkKit/LTE.hxx b/Kernel/NetworkKit/LTE.hxx
index 37f6f245..818f4442 100644
--- a/Kernel/NetworkKit/LTE.hxx
+++ b/Kernel/NetworkKit/LTE.hxx
@@ -10,7 +10,7 @@
#ifndef _INC_NETWORK_LTE_HXX_
#define _INC_NETWORK_LTE_HXX_
-#include <NewKit/Defines.hpp>
-#include <NewKit/String.hpp>
+#include <NewKit/Defines.hxx>
+#include <NewKit/String.hxx>
#endif // ifndef _INC_NETWORK_LTE_HXX_
diff --git a/Kernel/NetworkKit/MAC.hxx b/Kernel/NetworkKit/MAC.hxx
index ce718c70..710650fe 100644
--- a/Kernel/NetworkKit/MAC.hxx
+++ b/Kernel/NetworkKit/MAC.hxx
@@ -6,9 +6,9 @@
#pragma once
-#include <NewKit/Array.hpp>
-#include <NewKit/Defines.hpp>
-#include <NewKit/String.hpp>
+#include <NewKit/Array.hxx>
+#include <NewKit/Defines.hxx>
+#include <NewKit/String.hxx>
namespace Kernel
{
diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hxx
index eed5f071..7903b2a2 100644
--- a/Kernel/NetworkKit/NetworkDevice.hpp
+++ b/Kernel/NetworkKit/NetworkDevice.hxx
@@ -7,8 +7,8 @@
#ifndef __INC_NETWORK_DEVICE_HPP__
#define __INC_NETWORK_DEVICE_HPP__
-#include <KernelKit/DeviceManager.hpp>
-#include <NetworkKit/IP.hpp>
+#include <KernelKit/DeviceManager.hxx>
+#include <NetworkKit/IP.hxx>
/// @note Can either work with: Ethernet, GPRS, WiFi