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:
vanhofen
2017-09-12 22:30:35 +02:00
parent 87f3aa6015
commit c5f7500f27
10 changed files with 143 additions and 101 deletions

View File

@@ -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