mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-03 21:33:57 -04:00
[EGD-5158] Change access to the bus methods
The bus is now accessible only via Service object.
This commit is contained in:
committed by
Piotr Tanski
parent
8204cba1ab
commit
bc4d32c7d8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user