channellist: new SameTP with channel param; use CFEManager to get frontend and check is it possible to zap

This commit is contained in:
[CST] Focus
2012-01-13 15:08:14 +04:00
parent 5930d09cb9
commit 7a5d87d6b1
2 changed files with 44 additions and 18 deletions

View File

@@ -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;
};