DefaultListeningHandlerFactory.hpp
1 #pragma once
2 
3 #include <Explorer/Listening/ListeningHandlerFactory.hpp>
4 
5 namespace Explorer
6 {
8 {
9  SCORE_CONCRETE("2e7498f9-ac41-4844-8f73-65e09669b582")
10 public:
11  std::unique_ptr<Explorer::ListeningHandler>
12  make(const DeviceDocumentPlugin& plug, const score::DocumentContext& ctx) override;
13 };
14 }
Definition: DefaultListeningHandlerFactory.hpp:8
Definition: ListeningHandlerFactory.hpp:16
Definition: DocumentContext.hpp:18