11 #include "storage/IStorageProvider.h" 21 void Initialize()
override;
23 void GetLocalDrives(VECSOURCES &localDrives)
override;
24 void GetRemovableDrives(VECSOURCES &removableDrives)
override;
25 bool Eject(
const std::string& mountpath)
override;
26 std::vector<std::string> GetDiskUsage()
override;
Definition: LinuxStorageProvider.h:15
Definition: IStorageProvider.h:65
Definition: IStorageProvider.h:44