driver/scanepg.cpp: reuse code, do not try to add favorites again if scan complete

Origin commit data
------------------
Branch: ni/coolstream
Commit: f2f3737c10
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-10-07 (Mon, 07 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-10-07 14:53:06 +04:00
parent 1814904134
commit a1e3c9a49c
2 changed files with 20 additions and 15 deletions

View File

@@ -31,10 +31,12 @@ class CEpgScan
private:
int current_bnum;
int current_mode;
bool allfav_done;
eit_scanmap_t scanmap;
t_channel_id next_chid;
std::set<transponder_id_t> scanned;
void Next();
void AddBouquet(CChannelList * clist);
CEpgScan();
public: