VirtualBox

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


Ignore:
Timestamp:
Feb 12, 2018 12:25:45 PM (7 years ago)
Author:
vboxsync
Message:

bugref:8345. Corrected progress setup and handling. Replaced RTPrintf by LogRelFunc. Cleaned up the code.

File:
1 edited

Legend:

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

    r70833 r70971  
    110110    HRESULT createMachineList(const ComPtr<ISnapshot> &pSnapshot, std::vector< ComObjPtr<Machine> > &aMachineList) const;
    111111    inline HRESULT queryBaseName(const ComPtr<IMedium> &pMedium, Utf8Str &strBaseName) const;
    112     HRESULT queryMediasForAllStates(const std::vector<ComObjPtr<Machine> > &aMachineList, ULONG &uCount, ULONG &uTotalWeight);
     112    HRESULT queryMediasForAllStates(const std::vector<ComObjPtr<Machine> > &aMachineList);
    113113    void updateProgressStats(MEDIUMTASKCHAIN &mtc, ULONG &uCount, ULONG &uTotalWeight) const;
    114     HRESULT addSaveState(const ComObjPtr<Machine> &machine, ULONG &uCount, ULONG &uTotalWeight);
     114    HRESULT addSaveState(const ComObjPtr<Machine> &machine);
    115115    void printStateFile(settings::SnapshotsList &snl);
    116116    HRESULT getFilesList(const Utf8Str& strRootFolder, fileList_t &filesList);
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