* Software Update with apply the settings (Part3)

- Update debug msg
- Use 'new CFileHelpers()' instead of 'CFileHelpers::getInstance()'
This commit is contained in:
micha-bbg
2012-10-24 23:10:51 +02:00
parent f0463c3044
commit f015273703
2 changed files with 19 additions and 15 deletions

View File

@@ -29,8 +29,7 @@
#define __CEXTUPDATE__
#include <gui/widget/menue.h>
#include <driver/framebuffer.h>
#include <system/helpers.h>
#include <string>
@@ -54,6 +53,7 @@ class CExtUpdate
std::string mtdramDriver;
std::string backupList, defaultBackup;
std::string mountPkt;
CFileHelpers* FileHelpers;
bool writemtdExt(void);
bool readBackupList(const std::string & dstPath);