-add led on/off menu

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@725 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-08-18 16:37:00 +00:00
parent 6a549a7290
commit d88dece038
11 changed files with 81 additions and 4 deletions

View File

@@ -294,6 +294,12 @@ public:
int exec(CMenuTarget* parent, const std::string& actionKey);
};
class CLedControlNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * data);
};
class CFanControlNotifier : public CChangeObserver
{
public: