Changeset 13706 in vbox
- Timestamp:
- Oct 31, 2008 9:02:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostPower.cpp
r13705 r13706 95 95 CheckComRCReturnRC (rc); 96 96 97 /* Valid combinations: 98 * running & suspend or battery low notification events 99 * pause & resume or battery low notification events 97 /* Power event handling: 98 * - pause running machines for HostPowerEvent_Suspend 99 * - resume paused machines for HostPowerEvent_Resume 100 * - save the state of running and paused machine for HostPowerEvent_BatteryLow 100 101 */ 101 102 if ( (state == MachineState_Running && event != HostPowerEvent_Resume)
Note:
See TracChangeset
for help on using the changeset viewer.