Changeset 70823 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 31, 2018 11:35:09 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImplMoveVM.h
r70675 r70823 113 113 void updateProgressStats(MEDIUMTASKCHAIN &mtc, ULONG &uCount, ULONG &uTotalWeight) const; 114 114 HRESULT addSaveState(const ComObjPtr<Machine> &machine, ULONG &uCount, ULONG &uTotalWeight); 115 void updateStateFile(settings::MachineConfigFile *snl, const Guid &id, const Utf8Str &strFile);116 void updateStateFile(settings::SnapshotsList &snl, const Guid &id, const Utf8Str &strFile);117 115 void printStateFile(settings::SnapshotsList &snl); 118 116 HRESULT getFilesList(const Utf8Str& strRootFolder, fileList_t &filesList); 119 117 HRESULT getFolderSize(const Utf8Str& strRootFolder, uint64_t& size); 120 118 HRESULT deleteFiles(const RTCList<Utf8Str>& listOfFiles); 121 HRESULT updateStateFilesXMLSettings(const std::map<Utf8Str, SAVESTATETASK>& listOfFiles, const Utf8Str& targetPath); 119 HRESULT updatePathsToStateFiles(const std::map<Utf8Str, SAVESTATETASK>& listOfFiles, 120 const Utf8Str& sourcePath, const Utf8Str& targetPath); 122 121 HRESULT moveAllDisks(const std::map<Utf8Str, MEDIUMTASK>& listOfDisks, const Utf8Str* strTargetFolder = NULL); 123 122 HRESULT restoreAllDisks(const std::map<Utf8Str, MEDIUMTASK>& listOfDisks);
Note:
See TracChangeset
for help on using the changeset viewer.