Changeset 37492 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 16, 2011 12:25:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r37491 r37492 840 840 HRESULT deleteTaskWorker(DeleteTask &task); 841 841 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 853 842 #ifdef VBOX_WITH_GUEST_PROPS 854 843 HRESULT getGuestPropertyFromService(IN_BSTR aName, BSTR *aValue,
Note:
See TracChangeset
for help on using the changeset viewer.