MythTV  master
imageServiceHost.h
Go to the documentation of this file.
1 // Program Name: contentServiceHost.h
3 // Created : Jul. 27, 2012
4 //
5 // Purpose - Content Service Host
6 //
7 // Copyright (c) 2012 Robert Siebert <trebor_s@web.de>
8 //
9 // This library is free software; you can redistribute it and/or
10 // modify it under the terms of the GNU Lesser General Public
11 // License as published by the Free Software Foundation; either
12 // version 2.1 of the License, or at your option any later version of the LGPL.
13 //
14 // This library is distributed in the hope that it will be useful,
15 // but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 // Lesser General Public License for more details.
18 //
19 // You should have received a copy of the GNU Lesser General Public
20 // License along with this library. If not, see <http://www.gnu.org/licenses/>.
21 //
23 
24 #ifndef IMAGESERVICEHOST_H_
25 #define IMAGESERVICEHOST_H_
26 
28 #include "services/image.h"
29 
30 
31 
33 {
34  public:
35 
36  explicit ImageServiceHost( const QString &sSharePath )
37  : ServiceHost( Image::staticMetaObject,
38  "Image",
39  "/Image",
40  sSharePath )
41  {
42  }
43 
44  ~ImageServiceHost() override = default;
45 };
46 
47 #endif
ImageServiceHost::ImageServiceHost
ImageServiceHost(const QString &sSharePath)
Definition: imageServiceHost.h:36
ImageServiceHost
Definition: imageServiceHost.h:32
ServiceHost
Definition: servicehost.h:63
image.h
servicehost.h
ImageServiceHost::~ImageServiceHost
~ImageServiceHost() override=default