#1545: Merge partition space information methods from develop

This commit is contained in:
Günter Obiltschnig
2018-03-06 18:46:48 +01:00
parent 0d3c3ce4d4
commit 3f75fd539f
12 changed files with 230 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ protected:
void removeImpl();
bool createFileImpl();
bool createDirectoryImpl();
FileSizeImpl totalSpaceImpl() const;
FileSizeImpl usableSpaceImpl() const;
FileSizeImpl freeSpaceImpl() const;
static void handleLastErrorImpl(const std::string& path);
private: