~aleteoryx/muditaos

ref: 39a760bad6d6dd28300bad334c7902d7e46fa6e2 muditaos/module-services/service-appmgr/messages/ShutdownRequest.cpp -rw-r--r-- 373 bytes
39a760ba — Maciej Gibowicz [EGD-6702] Add time zone library 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include <service-appmgr/messages/ShutdownRequest.hpp>

namespace app::manager
{
    ShutdownRequest::ShutdownRequest(const ApplicationName &senderName) : BaseMessage(MessageType::APMClose, senderName)
    {}
} // namespace app::manager