| 20 | } |
| 21 | |
| 22 | void MSWindowsPowerManager::enableSleep() |
| 23 | { |
| 24 | // allow the system to enter power saving mode |
| 25 | ArchMiscWindows::removeBusyState(ArchMiscWindows::kSYSTEM); |
| 26 | ArchMiscWindows::removeBusyState(ArchMiscWindows::kDISPLAY); |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected