~aleteoryx/muditaos

ref: 3e9d1ee512fe4b313fcfbf6442e578191e14af9c muditaos/module-services/service-appmgr/messages/PreventBlockingRequest.cpp -rw-r--r-- 412 bytes
3e9d1ee5 — tomaszkrosnowski [EGD-7026] Fix nullptr calls and unlock behaviour 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
// 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/PreventBlockingRequest.hpp>

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