- Timestamp:
- Mar 20, 2009 1:20:45 PM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r17669 r18116 1282 1282 static const char *kDiscardCurState = "discardCurState"; 1283 1283 1284 bool isACPIEnabled = csession.GetConsole().GetGuestEnteredACPIMode();1285 1286 1284 if (!console) 1287 1285 { … … 1316 1314 /* start with ignore the close event */ 1317 1315 e->ignore(); 1316 1317 bool isACPIEnabled = csession.GetConsole().GetGuestEnteredACPIMode(); 1318 1318 1319 1319 bool success = true; -
trunk/src/VBox/Main/ConsoleImpl.cpp
r17684 r18116 1613 1613 if (mMachineState != MachineState_Running) 1614 1614 return setError (VBOX_E_INVALID_VM_STATE, 1615 tr ("Invalid machine state: %d)"), mMachineState); 1615 tr ("Invalid machine state %d when checking if the guest entered " 1616 "the ACPI mode)"), mMachineState); 1616 1617 1617 1618 /* protect mpVM */
Note:
See TracChangeset
for help on using the changeset viewer.