diff options
Diffstat (limited to 'Private/Source/Storage')
| -rw-r--r-- | Private/Source/Storage/AHCIDeviceInterface.cxx | 2 | ||||
| -rw-r--r-- | Private/Source/Storage/NVMEDeviceInterface.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Private/Source/Storage/AHCIDeviceInterface.cxx b/Private/Source/Storage/AHCIDeviceInterface.cxx index 31fbce67..c6a4a4be 100644 --- a/Private/Source/Storage/AHCIDeviceInterface.cxx +++ b/Private/Source/Storage/AHCIDeviceInterface.cxx @@ -6,7 +6,7 @@ #include <StorageKit/AHCI.hpp> -using namespace HCore; +using namespace NewOS; /// @brief Class constructor /// @param Out Disk output diff --git a/Private/Source/Storage/NVMEDeviceInterface.cxx b/Private/Source/Storage/NVMEDeviceInterface.cxx index fc75604d..25f23272 100644 --- a/Private/Source/Storage/NVMEDeviceInterface.cxx +++ b/Private/Source/Storage/NVMEDeviceInterface.cxx @@ -6,6 +6,6 @@ #include <StorageKit/NVME.hpp> -namespace HCore { +namespace NewOS { const char *NVMEDeviceInterface::Name() const { return ("NVMEDeviceInterface"); } -} // namespace HCore +} // namespace NewOS |
