Softupdate: Use user-defined file names

for apply settings and saving partitions from the flash.
This commit is contained in:
Michael Liebmann
2013-08-08 14:02:27 +02:00
parent 0cc83a6a9f
commit bc069b0a84
10 changed files with 100 additions and 16 deletions

View File

@@ -81,6 +81,11 @@ class CExtUpdate
MODE_EXPERT = 0,
MODE_SOFTUPDATE = 1
};
enum {
SOFTUPDATE_NAME_DEFAULT,
SOFTUPDATE_NAME_HOSTNAME_TIME,
SOFTUPDATE_NAME_ORGNAME_TIME
};
CExtUpdate();
~CExtUpdate();
static CExtUpdate* getInstance();