mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-17 10:23:37 +02:00
move some more stuff from ni-menu to service-menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: b600bcefa7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Origin message was:
------------------
- move some more stuff from ni-menu to service-menu
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,5 +38,20 @@ class CDaemonControlMenu : public CMenuTarget
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class CCamdControlMenu : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
int show();
|
||||
|
||||
protected:
|
||||
int width;
|
||||
|
||||
public:
|
||||
CCamdControlMenu();
|
||||
~CCamdControlMenu();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user