CFlashExpert: Add return value to showMTDSelector() & showFileSelector()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 720f52c0a0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-09-26 (Thu, 26 Sep 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-09-26 02:50:48 +02:00
parent 0d6f714a13
commit d71b84c8e4
2 changed files with 14 additions and 13 deletions

View File

@@ -72,8 +72,8 @@ class CFlashExpert : public CProgressWindow
int selectedMTD;
int width;
void showMTDSelector(const std::string & actionkey);
void showFileSelector(const std::string & actionkey);
int showMTDSelector(const std::string & actionkey);
int showFileSelector(const std::string & actionkey);
bool checkSize(int mtd, std::string &backupFile);
void readmtd(int readmtd);