do memory card write test in a separate thread
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef MemoryCardDriverThreaded_Windows_H
|
||||
#define MemoryCardDriverThreaded_Windows_H 1
|
||||
|
||||
#include "MemoryCardDriverThreaded.h"
|
||||
|
||||
class MemoryCardDriverThreaded_Windows : public MemoryCardDriverThreaded
|
||||
{
|
||||
public:
|
||||
MemoryCardDriverThreaded_Windows();
|
||||
|
||||
virtual void Unmount( UsbStorageDevice* pDevice, CString sMountPoint );
|
||||
virtual void Flush( UsbStorageDevice* pDevice );
|
||||
protected:
|
||||
virtual void MountThreadMain();
|
||||
virtual void Mount( UsbStorageDevice* pDevice, CString sMountPoint );
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
|
||||
* Chris Danford
|
||||
*/
|
||||
Reference in New Issue
Block a user