~aleteoryx/muditaos

ref: a1aa9a134ab1e8d1c96d8779ce8419ece70c70dc muditaos/module-db/databases/NotificationsDB.cpp -rw-r--r-- 260 bytes
a1aa9a13 — Lefucjusz [MOS-1062] Update texts in onboarding 2 years ago
                                                                                
1
2
3
4
5
6
7
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include "NotificationsDB.hpp"

NotificationsDB::NotificationsDB(const char *name) : Database(name), notifications(this)
{}