Updated Application and Launcher templates.

This commit is contained in:
Robert Borzecki
2019-08-28 12:21:18 +02:00
parent 79f2aaa055
commit 9a815a2cfc
25 changed files with 101 additions and 82 deletions

View File

@@ -15,12 +15,12 @@
namespace app {
ApplicationNotes::ApplicationNotes(std::string name, bool startBackgound) :
Application( name, startBackgound, 4096 ) {
ApplicationNotes::ApplicationNotes(std::string name, std::string parent, bool startBackgound) :
Application( name, parent, startBackgound, 4096 ) {
}
ApplicationNotes::~ApplicationNotes() {
LOG_INFO("delelting");
LOG_INFO("deleting");
}
// Invoked upon receiving data message