This commit is contained in:
Glenn Maynard
2005-12-10 02:19:00 +00:00
parent 04ffb1657f
commit 4448fb5a5a
2 changed files with 13 additions and 114 deletions
@@ -16,7 +16,9 @@ public:
virtual void Reset();
protected:
bool NeedUpdate( bool bMount ) const;
void GetUSBStorageDevices( vector<UsbStorageDevice>& vDevicesOut );
bool USBStorageDevicesChanged();
bool TestWrite( UsbStorageDevice* pDevice );
vector<UsbStorageDevice> m_vDevicesLastSeen;
};