mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user