MythTV  master
frontendServiceHost.h
Go to the documentation of this file.
1 #ifndef FRONTENDSERVICEHOST_H
2 #define FRONTENDSERVICEHOST_H
3 
5 #include "services/frontend.h"
6 
8 {
9  public:
10  explicit FrontendServiceHost(const QString &sSharePath)
11  : ServiceHost(Frontend::staticMetaObject, "Frontend", "/Frontend", sSharePath)
12  {
13  }
14 
15  ~FrontendServiceHost() override = default;
16 };
17 
18 #endif // FRONTENDSERVICEHOST_H
FrontendServiceHost
Definition: frontendServiceHost.h:7
ServiceHost
Definition: servicehost.h:63
FrontendServiceHost::~FrontendServiceHost
~FrontendServiceHost() override=default
Frontend
Definition: backendcontext.h:19
frontend.h
FrontendServiceHost::FrontendServiceHost
FrontendServiceHost(const QString &sSharePath)
Definition: frontendServiceHost.h:10
servicehost.h