refactor to look more like the Linux driver

This commit is contained in:
Glenn Maynard
2005-12-10 01:36:15 +00:00
parent e94119a957
commit a46a80ba3c
2 changed files with 93 additions and 25 deletions
@@ -18,8 +18,10 @@ public:
private:
void GetUSBStorageDevices( vector<UsbStorageDevice>& vDevicesOut );
bool NeedUpdate( bool bMount );
DWORD m_dwLastLogicalDrives;
vector<UsbStorageDevice> m_vDevicesLastSeen;
};
#ifdef ARCH_MEMORY_CARD_DRIVER