diff options
Diffstat (limited to 'Private/NetworkKit/NetworkDevice.hpp')
| -rw-r--r-- | Private/NetworkKit/NetworkDevice.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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__ |
