kodi
xbmc
windowing
windows
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
11
class
CWin32DPMSSupport
:
public
CDPMSSupport
12
{
13
public
:
14
CWin32DPMSSupport
();
15
~
CWin32DPMSSupport
() =
default
;
16
17
protected
:
18
bool
EnablePowerSaving(PowerSavingMode mode)
override
;
19
bool
DisablePowerSaving()
override
;
20
};
CDPMSSupport
Definition:
DPMSSupport.h:18
CWin32DPMSSupport
Definition:
Win32DPMSSupport.h:11
Generated by
1.8.13