unmount drive on memory card disconnect

This commit is contained in:
Chris Danford
2004-03-20 22:16:57 +00:00
parent 8d435c2b4d
commit f978af080d
5 changed files with 10 additions and 1 deletions
@@ -10,7 +10,7 @@ public:
virtual bool StorageDevicesChanged() { return false; };
virtual void GetStorageDevices( vector<UsbStorageDevice>& vStorageDevicesOut ) {};
virtual bool MountAndTestWrite( UsbStorageDevice* pDevice, CString sMountPoint ) { return false; };
virtual void Flush( UsbStorageDevice* pDevice ) {};
virtual void Unmount( UsbStorageDevice* pDevice, CString sMountPoint ) {};
};
#endif