kodi
GUIWindowPVRTimers.h
1 /*
2  * Copyright (C) 2012-2018 Team Kodi
3  * This file is part of Kodi - https://kodi.tv
4  *
5  * SPDX-License-Identifier: GPL-2.0-or-later
6  * See LICENSES/README.md for more information.
7  */
8 
9 #pragma once
10 
11 #include "pvr/windows/GUIWindowPVRTimersBase.h"
12 
13 #include <string>
14 
15 namespace PVR
16 {
18  {
19  public:
21 
22  protected:
23  std::string GetRootPath() const override;
24  std::string GetDirectoryPath() override;
25  };
26 
28  {
29  public:
31 
32  protected:
33  std::string GetRootPath() const override;
34  std::string GetDirectoryPath() override;
35  };
36 }
Definition: ContextMenuManager.h:24
Definition: GUIWindowPVRTimersBase.h:19
Definition: GUIWindowPVRTimers.h:17
Definition: GUIWindowPVRTimers.h:27