Loading...
Searching...
No Matches
PlayListeningHandlerFactory.hpp
1#pragma once
2
3#include <Explorer/Listening/ListeningHandlerFactory.hpp>
4
5namespace Execution
6{
8{
9 SCORE_CONCRETE("5332e60c-2e29-490a-a12e-c289c5262c57")
10public:
11 std::unique_ptr<Explorer::ListeningHandler> make(
12 const Explorer::DeviceDocumentPlugin& plug,
13 const score::DocumentContext& ctx) override;
14};
15}
Definition PlayListeningHandlerFactory.hpp:8
Definition ListeningHandlerFactory.hpp:16
Components used for the execution of a score.
Definition ProcessComponent.cpp:12
Definition DocumentContext.hpp:18