summaryrefslogtreecommitdiffhomepage
path: root/Private/NetworkKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-30 08:46:09 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-30 08:46:09 +0100
commitd7112cd6909640afd7609b3a142bc6ecf921ee25 (patch)
tree55033ad28d58d536c4b3bad715d8635f00773bfd /Private/NetworkKit
parentf22e69b8837b84548f79e0b8ca7bef24605c6611 (diff)
Kernel: Breaking changes, see source code.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NetworkKit')
-rw-r--r--Private/NetworkKit/IP.hpp6
-rw-r--r--Private/NetworkKit/NetworkDevice.hpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/Private/NetworkKit/IP.hpp b/Private/NetworkKit/IP.hpp
index 13fa0c9d..de9d6e74 100644
--- a/Private/NetworkKit/IP.hpp
+++ b/Private/NetworkKit/IP.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * hCore
+ * HCore
* Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
@@ -14,7 +14,7 @@
#include <NewKit/String.hpp>
#include <NewKit/Ref.hpp>
-namespace hCore
+namespace HCore
{
class RawIPAddress6;
class RawIPAddress;
@@ -84,4 +84,4 @@ class IPFactory final
static bool IpCheckVersion4(const char *ip);
};
-} // namespace hCore
+} // namespace HCore
diff --git a/Private/NetworkKit/NetworkDevice.hpp b/Private/NetworkKit/NetworkDevice.hpp
index 801a325e..31a304cf 100644
--- a/Private/NetworkKit/NetworkDevice.hpp
+++ b/Private/NetworkKit/NetworkDevice.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * hCore
+ * HCore
* Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
@@ -13,7 +13,7 @@
#include <KernelKit/Device.hpp>
#include <NetworkKit/IP.hpp>
-namespace hCore
+namespace HCore
{
struct NetworkDeviceCommand;
@@ -48,6 +48,6 @@ namespace hCore
using TCPNetworkDevice = NetworkDevice;
using UDPNetworkDevice = NetworkDevice;
using PPPNetworkDevice = NetworkDevice;
-} // namespace hCore
+} // namespace HCore
#endif // !_INC_NETWORKDEVICE_HPP__