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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a5d87d6b1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-01-13 (Fri, 13 Jan 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-01-13 15:08:14 +04:00
parent 9a0bc1f713
commit d13c781ebb
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;
};