#include <IStorageProvider.h>
§ ~IStorageProvider()
virtual IStorageProvider::~IStorageProvider |
( |
| ) |
|
|
virtualdefault |
§ CreateInstance()
Called by media manager to create platform storage provider.
This method used to create platfrom specified storage provider
§ Eject()
virtual bool IStorageProvider::Eject |
( |
const std::string & |
mountpath | ) |
|
|
pure virtual |
§ GetDiskUsage()
virtual std::vector<std::string> IStorageProvider::GetDiskUsage |
( |
| ) |
|
|
pure virtual |
§ GetFirstOpticalDeviceFileName()
virtual std::string IStorageProvider::GetFirstOpticalDeviceFileName |
( |
| ) |
|
|
inlinevirtual |
§ GetLocalDrives()
virtual void IStorageProvider::GetLocalDrives |
( |
VECSOURCES & |
localDrives | ) |
|
|
pure virtual |
§ GetRemovableDrives()
virtual void IStorageProvider::GetRemovableDrives |
( |
VECSOURCES & |
removableDrives | ) |
|
|
pure virtual |
§ Initialize()
virtual void IStorageProvider::Initialize |
( |
| ) |
|
|
pure virtual |
§ PumpDriveChangeEvents()
§ Stop()
virtual void IStorageProvider::Stop |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: