cleanup
This commit is contained in:
@@ -44,14 +44,6 @@ static bool ExecuteCommand( CCStringRef sCommand )
|
|||||||
return ret == 0;
|
return ret == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
MemoryCardDriverThreaded_Linux::MemoryCardDriverThreaded_Linux()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
MemoryCardDriverThreaded_Linux::~MemoryCardDriverThreaded_Linux()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void MemoryCardDriverThreaded_Linux::Reset()
|
void MemoryCardDriverThreaded_Linux::Reset()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,9 +6,6 @@
|
|||||||
class MemoryCardDriverThreaded_Linux : public MemoryCardDriver
|
class MemoryCardDriverThreaded_Linux : public MemoryCardDriver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MemoryCardDriverThreaded_Linux();
|
|
||||||
virtual ~MemoryCardDriverThreaded_Linux();
|
|
||||||
|
|
||||||
virtual bool DoOneUpdate( bool bMount, vector<UsbStorageDevice>& vStorageDevicesOut );
|
virtual bool DoOneUpdate( bool bMount, vector<UsbStorageDevice>& vStorageDevicesOut );
|
||||||
virtual bool Mount( UsbStorageDevice* pDevice );
|
virtual bool Mount( UsbStorageDevice* pDevice );
|
||||||
virtual void Unmount( UsbStorageDevice* pDevice );
|
virtual void Unmount( UsbStorageDevice* pDevice );
|
||||||
|
|||||||
Reference in New Issue
Block a user