VirtualBox

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


Ignore:
Timestamp:
Jun 16, 2011 8:37:49 AM (14 years ago)
Author:
vboxsync
Message:

Main-CloneVM: add save state file support; multi result errors

File:
1 edited

Legend:

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

    r37449 r37485  
    841841
    842842    struct CloneVMTask;
    843     HRESULT cloneCreateMachineList(const ComPtr<ISnapshot> &pSnapshot, RTCList< ComPtr<IMachine> > &machineList) const;
     843    HRESULT cloneCreateMachineList(const ComPtr<ISnapshot> &pSnapshot, RTCList< ComObjPtr<Machine> > &machineList) const;
    844844    settings::Snapshot cloneFindSnapshot(settings::MachineConfigFile *pMCF, const settings::SnapshotsList &snl, const Guid &id) const;
    845845    void cloneUpdateStorageLists(settings::StorageControllersList &sc, const Bstr &bstrOldId, const Bstr &bstrNewId) const;
    846846    void cloneUpdateSnapshotStorageLists(settings::SnapshotsList &sl, const Bstr &bstrOldId, const Bstr &bstrNewId) const;
     847    void cloneUpdateStateFile(settings::SnapshotsList &snl, const Guid &id, const Utf8Str &strFile) const;
     848    static int cloneCopyStateFileProgress(unsigned uPercentage, void *pvUser);
    847849
    848850    static DECLCALLBACK(int) cloneVMThread(RTTHREAD Thread, void *pvUser);
Note: See TracChangeset for help on using the changeset viewer.

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