Changeset 70971 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 12, 2018 12:25:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImplMoveVM.h
r70833 r70971 110 110 HRESULT createMachineList(const ComPtr<ISnapshot> &pSnapshot, std::vector< ComObjPtr<Machine> > &aMachineList) const; 111 111 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); 113 113 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); 115 115 void printStateFile(settings::SnapshotsList &snl); 116 116 HRESULT getFilesList(const Utf8Str& strRootFolder, fileList_t &filesList);
Note:
See TracChangeset
for help on using the changeset viewer.