We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7658649 + 2316ad4 commit 8db8e44Copy full SHA for 8db8e44
1 file changed
Launcher.cpp
@@ -13,7 +13,19 @@ ENUM_CONVERSION_BEGIN(Plugin::Launcher::mode)
13
;
14
namespace Plugin {
15
16
-SERVICE_REGISTRATION(Launcher, 1, 0);
+ namespace {
17
+
18
+ static Metadata<Launcher> metadata(
19
+ // Version
20
+ 1, 0, 0,
21
+ // Preconditions
22
+ {},
23
+ // Terminations
24
25
+ // Controls
26
+ {}
27
+ );
28
+ }
29
30
/* static */ Launcher::ProcessObserver Launcher::_observer;
31
0 commit comments