~aleteoryx/muditaos

ref: e1ef8216096226cc74d35626803848f22da1cf66 muditaos/module-db/Databases/EventsDB.hpp -rw-r--r-- 273 bytes
e1ef8216 — Mateusz Grzegorzek [BH-741] Split ApplicationManager 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include <Database/Database.hpp>

class EventsDB : public Database
{
  public:
    explicit EventsDB(const char *name);
};