split epg_read from epg_save ...

... to get the possibility to read EPG-data from an external device
at boot w/o saving the own data at shutdown/standby.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4c621f1dec
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-04 (Thu, 04 Dec 2014)

Origin message was:
------------------
- split epg_read from epg_save ...

... to get the possibility to read EPG-data from an external device
at boot w/o saving the own data at shutdown/standby.


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-12-04 16:47:30 +01:00
parent d83fe702a9
commit 580de8ec3b
8 changed files with 73 additions and 25 deletions

View File

@@ -41,8 +41,11 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
CFanControlNotifier *fanNotifier;
CSectionsdConfigNotifier* sectionsdConfigNotifier;
//COnOffNotifier* miscNotifier;
COnOffNotifier* miscEpgNotifier;
COnOffNotifier* miscEpgScanNotifier;
CMenuOptionChooser * epg_save;
CMenuOptionChooser * epg_save_standby;
CMenuOptionChooser * epg_read;
CMenuForwarder * epg_dir;
int width;
std::string epg_cache;
std::string epg_extendedcache;