MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / Service

Class Service

SubtitleFontAutoLoaderDaemon/Main.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 std::queue<Message> m_msgQueue;
69
70 struct Service
71 {
72 std::unique_ptr<SystemTray> m_systemTray;
73 std::unique_ptr<QueryService> m_queryService;
74 std::unique_ptr<RpcServer> m_rpcServer;
75 std::unique_ptr<ProcessMonitor> m_processMonitor;
76 std::unique_ptr<Prefetch> m_prefetch;
77 };
78
79 std::unique_ptr<Service> m_service;
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected