kodi
Win32DPMSSupport.h
1 /*
2  * Copyright (C) 2009-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 #include "xbmc/powermanagement/DPMSSupport.h"
10 
12 {
13 public:
15  ~CWin32DPMSSupport() = default;
16 
17 protected:
18  bool EnablePowerSaving(PowerSavingMode mode) override;
19  bool DisablePowerSaving() override;
20 };
Definition: DPMSSupport.h:18
Definition: Win32DPMSSupport.h:11