VirtualBox

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


Ignore:
Timestamp:
Jun 16, 2011 12:25:36 PM (14 years ago)
Author:
vboxsync
Message:

Main-CloneVM: forgot to cleanup the header file

File:
1 edited

Legend:

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

    r37491 r37492  
    840840    HRESULT deleteTaskWorker(DeleteTask &task);
    841841
    842     struct CloneVMTask;
    843     HRESULT cloneCreateMachineList(const ComPtr<ISnapshot> &pSnapshot, RTCList< ComObjPtr<Machine> > &machineList) const;
    844     settings::Snapshot cloneFindSnapshot(settings::MachineConfigFile *pMCF, const settings::SnapshotsList &snl, const Guid &id) const;
    845     void cloneUpdateStorageLists(settings::StorageControllersList &sc, const Bstr &bstrOldId, const Bstr &bstrNewId) const;
    846     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);
    849 
    850     static DECLCALLBACK(int) cloneVMThread(RTTHREAD Thread, void *pvUser);
    851     HRESULT cloneVMTaskWorker(CloneVMTask *pTask);
    852 
    853842#ifdef VBOX_WITH_GUEST_PROPS
    854843    HRESULT getGuestPropertyFromService(IN_BSTR aName, BSTR *aValue,
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