usermenu class removed, now found in it's own module

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: b202813b62
Author: Thilo Graf <dbt@novatux.de>
Date: 2010-11-28 (Sun, 28 Nov 2010)



------------------
This commit was generated by Migit
This commit is contained in:
2010-11-27 23:16:56 +00:00
parent 460b7f9f69
commit 82f17f954d
2 changed files with 10 additions and 66 deletions

View File

@@ -271,16 +271,16 @@ class CUCodeCheckExec : public CMenuTarget
void testNetworkSettings(const char* ip, const char* netmask, const char* broadcast, const char* gateway, const char* nameserver, bool dhcp);
void showCurrentNetworkSettings();
// USERMENU
class CUserMenuMenu : public CMenuTarget
{
private:
int button;
neutrino_locale_t local;
public:
CUserMenuMenu(neutrino_locale_t _local, int _button){local = _local;button = _button;};
int exec(CMenuTarget* parent, const std::string & actionKey);
};
// // USERMENU
// class CUserMenuMenu : public CMenuTarget
// {
// private:
// int button;
// neutrino_locale_t local;
// public:
// CUserMenuMenu(neutrino_locale_t _local, int _button){local = _local;button = _button;};
// int exec(CMenuTarget* parent, const std::string & actionKey);
// };
class CTZChangeNotifier : public CChangeObserver
{