|
|
@ -63,10 +63,18 @@ void TDERootSystemDevice::internalSetPowerStates(TDESystemPowerStateList ps) {
|
|
|
|
m_powerStates = ps;
|
|
|
|
m_powerStates = ps;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TDESystemHibernationMethodList TDERootSystemDevice::hibernationMethods() {
|
|
|
|
|
|
|
|
return m_hibernationMethods;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void TDERootSystemDevice::internalSetHibernationMethods(TDESystemHibernationMethodList hm) {
|
|
|
|
void TDERootSystemDevice::internalSetHibernationMethods(TDESystemHibernationMethodList hm) {
|
|
|
|
m_hibernationMethods = hm;
|
|
|
|
m_hibernationMethods = hm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TDESystemHibernationMethod::TDESystemHibernationMethod TDERootSystemDevice::hibernationMethod() {
|
|
|
|
|
|
|
|
return m_hibernationMethod;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void TDERootSystemDevice::internalSetHibernationMethod(TDESystemHibernationMethod::TDESystemHibernationMethod hm) {
|
|
|
|
void TDERootSystemDevice::internalSetHibernationMethod(TDESystemHibernationMethod::TDESystemHibernationMethod hm) {
|
|
|
|
m_hibernationMethod = hm;
|
|
|
|
m_hibernationMethod = hm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|