fix tabbing
This commit is contained in:
@@ -31,19 +31,19 @@ struct UsbStorageDevice
|
|||||||
int iScsiIndex;
|
int iScsiIndex;
|
||||||
CString sScsiDevice;
|
CString sScsiDevice;
|
||||||
CString sOsMountDir; // WITHOUT trailing slash
|
CString sOsMountDir; // WITHOUT trailing slash
|
||||||
bool bNeedsWriteTest;
|
bool bNeedsWriteTest;
|
||||||
bool bWriteTestSucceeded; // only valid if bNeedsWriteTest == false
|
bool bWriteTestSucceeded; // only valid if bNeedsWriteTest == false
|
||||||
bool bIsNameAvailable; // Name in the profile on the memory card.
|
bool bIsNameAvailable; // Name in the profile on the memory card.
|
||||||
CString sName; // Name in the profile on the memory card.
|
CString sName; // Name in the profile on the memory card.
|
||||||
int idVendor;
|
int idVendor;
|
||||||
int idProduct;
|
int idProduct;
|
||||||
CString sVendor;
|
CString sVendor;
|
||||||
CString sProduct;
|
CString sProduct;
|
||||||
|
|
||||||
bool IsBlank() const { return sOsMountDir.empty(); }
|
bool IsBlank() const { return sOsMountDir.empty(); }
|
||||||
void SetOsMountDir( const CString &s );
|
void SetOsMountDir( const CString &s );
|
||||||
|
|
||||||
bool operator==(const UsbStorageDevice& other) const;
|
bool operator==(const UsbStorageDevice& other) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
class MemoryCardDriver
|
class MemoryCardDriver
|
||||||
|
|||||||
Reference in New Issue
Block a user