MythTV
master
programs
mythfrontend
serviceHosts
frontendServiceHost.h
Go to the documentation of this file.
1
#ifndef FRONTENDSERVICEHOST_H
2
#define FRONTENDSERVICEHOST_H
3
4
#include "
libmythupnp/servicehost.h
"
5
#include "
services/frontend.h
"
6
7
class
FrontendServiceHost
:
public
ServiceHost
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
Generated on Wed Sep 6 2023 03:18:22 for MythTV by
1.8.17