VirtualBox

Changeset 31574 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 11, 2010 2:54:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64679
Message:

Main: bring back boolean argument to IConsole::discardSavedState()

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r31539 r31574  
    138138    STDMETHOD(SaveState)(IProgress **aProgress);
    139139    STDMETHOD(AdoptSavedState)(IN_BSTR aSavedStateFile);
    140     STDMETHOD(DiscardSavedState)();
     140    STDMETHOD(DiscardSavedState)(BOOL aRemoveFile);
    141141    STDMETHOD(GetDeviceActivity)(DeviceType_T aDeviceType,
    142142                                DeviceActivity_T *aDeviceActivity);
  • trunk/src/VBox/Main/include/MachineImpl.h

    r31539 r31574  
    888888
    889889    // IInternalMachineControl methods
     890    STDMETHOD(SetRemoveSavedStateFile)(BOOL aRemove);
    890891    STDMETHOD(UpdateState)(MachineState_T machineState);
    891892    STDMETHOD(GetIPCId)(BSTR *id);
     
    10251026    HRESULT updateMachineStateOnClient();
    10261027
     1028    HRESULT mRemoveSavedState;
     1029
    10271030    SnapshotData mSnapshotData;
    10281031
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