VirtualBox

Changeset 31688 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 16, 2010 11:19:25 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64831
Message:

New state

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r31686 r31688  
    26192619
    26202620    /* @todo deal with running state change. */
     2621    HRESULT rc = checkStateDependency(MutableStateDep);
     2622    if (FAILED(rc)) return rc;
    26212623
    26222624    setModified(IsModified_MachineData);
     
    26472649
    26482650    /* @todo deal with running state change. */
     2651    HRESULT rc = checkStateDependency(MutableStateDep);
     2652    if (FAILED(rc)) return rc;
    26492653
    26502654    setModified(IsModified_MachineData);
     
    26752679
    26762680    /* @todo deal with running state change. */
     2681    HRESULT rc = checkStateDependency(MutableStateDep);
     2682    if (FAILED(rc)) return rc;
    26772683
    26782684    setModified(IsModified_MachineData);
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r31686 r31688  
    490490  <enum
    491491    name="MachineState"
    492     uuid="e998d075-543a-41fc-8aa9-5ca3e92393fd"
     492    uuid="ec6c6a9e-113d-4ff4-b44f-0b69f21c97fe"
    493493  >
    494494    <desc>
     
    733733      </desc>
    734734    </const>
    735     <const name="DeletingSnapshotOnline" value="16">
     735    <const name="FaultTolerantSyncing"   value="16">
     736      <desc>
     737        The machine is being synced with a fault tolerant VM running elsewhere.
     738      </desc>
     739    </const>
     740    <const name="DeletingSnapshotOnline" value="17">
    736741      <desc>
    737742        Like @c DeletingSnapshot, but the merging of media is ongoing in
     
    739744      </desc>
    740745    </const>
    741     <const name="DeletingSnapshotPaused" value="17">
     746    <const name="DeletingSnapshotPaused" value="18">
    742747      <desc>
    743748        Like @c DeletingSnapshotOnline, but the machine was paused when the
     
    745750      </desc>
    746751    </const>
    747     <const name="RestoringSnapshot"     value="18">
     752    <const name="RestoringSnapshot"     value="19">
    748753      <desc>
    749754        A machine snapshot is being restored; this typically does not take long.
    750755      </desc>
    751756    </const>
    752     <const name="DeletingSnapshot"      value="19">
     757    <const name="DeletingSnapshot"      value="20">
    753758      <desc>
    754759        A machine snapshot is being deleted; this can take a long time since this
     
    757762      </desc>
    758763    </const>
    759     <const name="SettingUp"             value="20">
     764    <const name="SettingUp"             value="21">
    760765      <desc>
    761766        Lengthy setup operation is in progress.
     
    768773      </desc>
    769774    </const>
    770     <const name="LastOnline"  value="17" wsmap="suppress"> <!-- DeletingSnapshotPaused -->
     775    <const name="LastOnline"  value="18" wsmap="suppress"> <!-- DeletingSnapshotPaused -->
    771776      <desc>
    772777        Pseudo-state: last online state (for use in relational expressions).
     
    779784      </desc>
    780785    </const>
    781     <const name="LastTransient"  value="20" wsmap="suppress"> <!-- SettingUp -->
     786    <const name="LastTransient"  value="21" wsmap="suppress"> <!-- SettingUp -->
    782787      <desc>
    783788        Pseudo-state: last transient state (for use in relational expressions).
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette