~aleteoryx/muditaos

ref: 84dd538fa9d47c1ef24ebc76bfd55f50282a42af muditaos/module-services/service-appmgr/messages/SwitchConfirmation.cpp -rw-r--r-- 366 bytes
84dd538f — Mateusz Piesta [BH-1538] Stats info widget 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include "SwitchConfirmation.hpp"

namespace app::manager
{
    SwitchConfirmation::SwitchConfirmation(const ApplicationName &sender)
        : BaseMessage(MessageType::APMConfirmSwitch, sender)
    {}
} // namespace app::manager