use video auto modes only if they enabled in neutrino

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c22be3153
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-08-19 (Thu, 19 Aug 2010)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2010-08-19 12:47:18 +00:00
parent 216fbf4590
commit 4c5ede6d49
8 changed files with 24 additions and 7 deletions

View File

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