Softupdate: Check the available disk space when reading the flash

Origin commit data
------------------
Branch: ni/coolstream
Commit: a3762416af
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-08-20 (Tue, 20 Aug 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-08-20 02:23:10 +02:00
parent 903f661ee8
commit 62a14b8c74
6 changed files with 47 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ class CFlashExpert : public CProgressWindow
void showMTDSelector(const std::string & actionkey);
void showFileSelector(const std::string & actionkey);
bool checkSize(int mtd, std::string &backupFile);
void readmtd(int readmtd);
public: