From d7112cd6909640afd7609b3a142bc6ecf921ee25 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 08:46:09 +0100 Subject: Kernel: Breaking changes, see source code. Signed-off-by: Amlal El Mahrouss --- Private/NetworkKit/IP.hpp | 6 +++--- Private/NetworkKit/NetworkDevice.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Private/NetworkKit') 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 #include -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 #include -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__ -- cgit v1.2.3