Changeset 14791 in vbox for trunk/src/VBox
- Timestamp:
- Nov 28, 2008 4:30:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r14786 r14791 1872 1872 if (mMachineState != MachineState_PoweredOff && 1873 1873 mMachineState != MachineState_Aborted) 1874 return setError ( E_FAIL,1874 return setError (VBOX_E_INVALID_VM_STATE, 1875 1875 tr ("Cannot adopt the saved machine state as the machine is " 1876 1876 "not in Powered Off or Aborted state (machine state: %d)"), … … 1888 1888 1889 1889 if (mMachineState != MachineState_Saved) 1890 return setError ( E_FAIL,1890 return setError (VBOX_E_INVALID_VM_STATE, 1891 1891 tr ("Cannot discard the machine state as the machine is " 1892 1892 "not in the saved state (machine state: %d)"),
Note:
See TracChangeset
for help on using the changeset viewer.