Changeset 24301 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Nov 3, 2009 10:07:55 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 54298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r24265 r24301 281 281 STDMETHODIMP Display::OnStateChange(MachineState_T machineState) 282 282 { 283 if (machineState == MachineState_Running) 284 { 285 LogFlowFunc (("Machine is running.\n")); 283 if ( machineState == MachineState_Running 284 || machineState == MachineState_Teleporting 285 || machineState == MachineState_LiveSnapshotting 286 ) 287 { 288 LogFlowFunc(("Machine is running.\n")); 286 289 287 290 mfMachineRunning = true;
Note:
See TracChangeset
for help on using the changeset viewer.