Fix lcd/crt preset saving; Option to set usals flag for all

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@523 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b03054c2f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-03-21 (Sun, 21 Mar 2010)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2010-03-21 15:58:56 +00:00
parent b77951e864
commit 61de73b0f5
6 changed files with 29 additions and 2 deletions

View File

@@ -311,4 +311,10 @@ class CScreePresetNotifier : public CChangeObserver
public:
bool changeNotify(const neutrino_locale_t, void * data);
};
class CAllUsalsNotifier : public CChangeObserver
{
public:
bool changeNotify(const neutrino_locale_t, void * data);
};
#endif