[EGD-4151] Application manager actions introduced. (#905)

* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
This commit is contained in:
Piotr Tanski
2020-11-04 10:24:35 +01:00
committed by GitHub
parent 6bbef804c0
commit 299be4daf6
73 changed files with 1034 additions and 558 deletions

View File

@@ -10,9 +10,8 @@
namespace app
{
ApplicationNotes::ApplicationNotes(std::string name, std::string parent, bool startBackgound)
: Application(name, parent, startBackgound, 4096)
ApplicationNotes::ApplicationNotes(std::string name, std::string parent, StartInBackground startInBackground)
: Application(name, parent, startInBackground, 4096)
{}
ApplicationNotes::~ApplicationNotes()