gui/channellist.cpp: disable virtual bouquet edit,

split handleMsg and pincode check code


Origin commit data
------------------
Branch: ni/coolstream
Commit: 14dbe516d3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-11-03 (Tue, 03 Nov 2015)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-11-03 18:47:29 +03:00
parent 276b9f085d
commit 947e362ec9
2 changed files with 11 additions and 6 deletions

View File

@@ -242,5 +242,6 @@ public:
};
unsigned Size() { return (*chanlist).size(); }
ZapitChannelList &getChannels() { return channels; };
bool checkLockStatus(neutrino_msg_data_t data, bool pip = false);
};
#endif