[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
This commit is contained in:
Piotr Tański
2021-01-14 13:35:01 +01:00
committed by Piotr Tanski
parent 8204cba1ab
commit bc4d32c7d8
95 changed files with 821 additions and 830 deletions

View File

@@ -30,7 +30,7 @@ namespace app
ApplicationNotes::ApplicationNotes(std::string name, std::string parent, StartInBackground startInBackground)
: Application(name, parent, startInBackground, NotesStackSize)
{
busChannels.push_back(sys::BusChannels::ServiceDBNotifications);
bus.channels.push_back(sys::BusChannel::ServiceDBNotifications);
}
// Invoked upon receiving data message