~aleteoryx/muditaos

ref: 80dc483c5d132a4eac906cc7f4aa447bf0dbad2f muditaos/module-services/service-desktop/service-desktop/DesktopEvent.hpp -rw-r--r-- 263 bytes
80dc483c — Radoslaw Wicik [BH-422] Fix CMake in service GUI - post review update 01 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <service-desktop/endpoints/Context.hpp>

namespace sdesktop
{
    class Event
    {
      protected:
        parserFSM::Context context;

      public:
        void send();
        virtual ~Event() = default;
    };
} // namespace sdesktop