VirtualBox

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


Ignore:
Timestamp:
Jan 31, 2018 11:35:09 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120628
Message:

bugref:8345. removed changeset r120593 as useless for now. The function updateStateFilesXMLSettings() was reworked and renamed into updatePathsToStateFiles(). The code is more lighter now.

File:
1 edited

Legend:

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

    r70675 r70823  
    113113    void updateProgressStats(MEDIUMTASKCHAIN &mtc, ULONG &uCount, ULONG &uTotalWeight) const;
    114114    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);
    117115    void printStateFile(settings::SnapshotsList &snl);
    118116    HRESULT getFilesList(const Utf8Str& strRootFolder, fileList_t &filesList);
    119117    HRESULT getFolderSize(const Utf8Str& strRootFolder, uint64_t& size);
    120118    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);
    122121    HRESULT moveAllDisks(const std::map<Utf8Str, MEDIUMTASK>& listOfDisks, const Utf8Str* strTargetFolder = NULL);
    123122    HRESULT restoreAllDisks(const std::map<Utf8Str, MEDIUMTASK>& listOfDisks);
Note: See TracChangeset for help on using the changeset viewer.

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