mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Merge remote-tracking branch 'check/next-cc'
needs buildfixing...
Conflicts:
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/infoclock.cpp
src/gui/infoviewer.cpp
src/gui/motorcontrol.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/update.cpp
src/gui/widget/progresswindow.cpp
src/gui/widget/textbox.cpp
src/neutrino.cpp
src/zapit/include/zapit/femanager.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32de6beef0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-01 (Sun, 01 Sep 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -40,15 +40,17 @@ class CExtUpdate
|
||||
enum
|
||||
{
|
||||
RESET_UNLOAD = 1,
|
||||
RESET_FD1 = 2,
|
||||
RESET_FD2 = 4,
|
||||
RESET_F1 = 8
|
||||
CLOSE_FD1 = 2,
|
||||
CLOSE_FD2 = 4,
|
||||
CLOSE_F1 = 8,
|
||||
DELETE_MTDBUF = 16
|
||||
};
|
||||
std::string imgFilename;
|
||||
std::string mtdRamError;
|
||||
int mtdNumber;
|
||||
int fd1, fd2;
|
||||
FILE *f1;
|
||||
char *MTDBuf;
|
||||
std::string mtdramDriver;
|
||||
std::string backupList, defaultBackup;
|
||||
std::string mountPkt;
|
||||
@@ -80,11 +82,16 @@ 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();
|
||||
|
||||
bool applySettings(const std::string & filename, int mode);
|
||||
bool applySettings(std::string & filename, int mode);
|
||||
bool ErrorReset(bool modus, const std::string & msg1="", const std::string & msg2="");
|
||||
bool isBlacklistEntry(const std::string & file);
|
||||
|
||||
|
Reference in New Issue
Block a user