diff options
Diffstat (limited to 'Private/NetworkKit')
| -rw-r--r-- | Private/NetworkKit/IP.hpp | 6 | ||||
| -rw-r--r-- | Private/NetworkKit/NetworkDevice.hpp | 6 |
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__ |
