Moved devices enums and structs out of classes.

This commit is contained in:
2015-10-19 04:39:39 +01:00
parent ac491f6f5c
commit efcc294202
11 changed files with 2679 additions and 2619 deletions

View File

@@ -1,3 +1,8 @@
2015-10-19 Natalia Portillo <claunia@claunia.com>
* Commands/DeviceInfo.cs:
Moved devices enums and structs out of classes.
2015-10-19 Natalia Portillo <claunia@claunia.com>
* Commands/DeviceInfo.cs:

View File

@@ -77,7 +77,7 @@ namespace DiscImageChef.Commands
StringBuilder sb = null;
Structs.AtaErrorRegistersCHS errorRegisters;
AtaErrorRegistersCHS errorRegisters;
byte[] ataBuf;
bool sense = dev.AtaIdentify(out ataBuf, out errorRegisters);