Changeset 37485 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 16, 2011 8:37:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r37449 r37485 841 841 842 842 struct CloneVMTask; 843 HRESULT cloneCreateMachineList(const ComPtr<ISnapshot> &pSnapshot, RTCList< Com Ptr<IMachine> > &machineList) const;843 HRESULT cloneCreateMachineList(const ComPtr<ISnapshot> &pSnapshot, RTCList< ComObjPtr<Machine> > &machineList) const; 844 844 settings::Snapshot cloneFindSnapshot(settings::MachineConfigFile *pMCF, const settings::SnapshotsList &snl, const Guid &id) const; 845 845 void cloneUpdateStorageLists(settings::StorageControllersList &sc, const Bstr &bstrOldId, const Bstr &bstrNewId) const; 846 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); 847 849 848 850 static DECLCALLBACK(int) cloneVMThread(RTTHREAD Thread, void *pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.