Changeset 24704 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Nov 16, 2009 4:25:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r24703 r24704 5777 5777 5778 5778 /* Change the machine state from Running to Paused. */ 5779 /** @todo Live Migration: Deal with Pause happening before VMR3Teleport! */ 5779 5780 AssertBreak(that->mMachineState == MachineState_Running); 5780 5781 that->setMachineState(MachineState_Paused);
Note:
See TracChangeset
for help on using the changeset viewer.