add COsdSetup::changeNotify, atm only for new option

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1866 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2011-11-18 15:22:44 +00:00
parent 47294eeb42
commit 158d22a3c7
2 changed files with 11 additions and 4 deletions

View File

@@ -40,7 +40,7 @@
#include <string>
class COsdSetup : public CMenuTarget
class COsdSetup : public CMenuTarget, public CChangeObserver
{
private:
CColorSetupNotifier *colorSetupNotifier;
@@ -86,8 +86,7 @@
COsdSetup(bool wizard_mode = OSD_SETUP_MODE_WIZARD_NO);
~COsdSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
};