mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
channellist: new SameTP with channel param; use CFEManager to get frontend and check is it possible to zap
This commit is contained in:
@@ -149,7 +149,8 @@ public:
|
||||
void SortSat(void);
|
||||
void SortTP(void);
|
||||
void ClearList(void);
|
||||
bool SameTP(t_channel_id channel_id = 0);
|
||||
bool SameTP(t_channel_id channel_id);
|
||||
bool SameTP(CZapitChannel * channel = NULL);
|
||||
CLastChannel & getLastChannels() { return lastChList; }
|
||||
//friend class CZapitChannel;
|
||||
};
|
||||
|
Reference in New Issue
Block a user