eventlist: -add notifier to search menu, ported from tuxcvs, THX Gaucho316

Origin commit data
------------------
Branch: ni/coolstream
Commit: 87fe3bd406
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-01 (Thu, 01 Nov 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-11-01 18:55:03 +01:00
parent c2300f8526
commit 1054045693
2 changed files with 40 additions and 10 deletions

View File

@@ -134,9 +134,10 @@ class CEventListHandler : public CMenuTarget
};
class CEventFinderMenu : public CMenuTarget
class CEventFinderMenu : public CMenuTarget, CChangeObserver
{
private:
CMenuForwarderNonLocalized* m_search_channelname_mf;
int* m_event;
int* m_search_epg_item;
std::string* m_search_keyword;
@@ -153,6 +154,7 @@ class CEventFinderMenu : public CMenuTarget
t_channel_id* search_channel_id,
t_bouquet_id* search_bouquet_id);
int exec( CMenuTarget* parent, const std::string &actionkey);
bool changeNotify(const neutrino_locale_t OptionName, void *);
};
#endif