mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename namespace.
This commit is contained in:
@@ -31,11 +31,11 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using DiscImageChef.CommonTypes.Enums;
|
||||
using DiscImageChef.CommonTypes.Structs.Devices.ATA;
|
||||
using DiscImageChef.Devices;
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using Aaru.CommonTypes.Structs.Devices.ATA;
|
||||
using Aaru.Devices;
|
||||
|
||||
namespace DiscImageChef.Core.Devices
|
||||
namespace Aaru.Core.Devices
|
||||
{
|
||||
/// <summary>Reduces common code used for scanning and dumping</summary>
|
||||
internal partial class Reader
|
||||
|
||||
Reference in New Issue
Block a user