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

Origin commit data
------------------
Commit: 7a5d87d6b1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-01-13 (Fri, 13 Jan 2012)
This commit is contained in:
[CST] Focus
2012-01-13 15:08:14 +04:00
parent 04ab7d7a7b
commit 55ad5c1b9a
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;
};