Changeset 81394 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 21, 2019 9:16:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImplMoveVM.h
r81393 r81394 66 66 class MachineMoveVM : public ThreadTask 67 67 { 68 std::vector<ComObjPtr<Machine> > machineList; 68 69 RTCList<MEDIUMTASKCHAINMOVE> m_llMedias; 69 70 RTCList<SAVESTATETASKMOVE> m_llSaveStateFiles; … … 110 111 111 112 private: 112 HRESULT createMachineList(const ComPtr<ISnapshot> &pSnapshot , std::vector<ComObjPtr<Machine> > &aMachineList) const;113 HRESULT createMachineList(const ComPtr<ISnapshot> &pSnapshot); 113 114 inline HRESULT queryBaseName(const ComPtr<IMedium> &pMedium, Utf8Str &strBaseName) const; 114 HRESULT queryMediasForAllStates( const std::vector<ComObjPtr<Machine> > &aMachineList);115 HRESULT queryMediasForAllStates(); 115 116 void updateProgressStats(MEDIUMTASKCHAINMOVE &mtc, ULONG &uCount, ULONG &uTotalWeight) const; 116 117 HRESULT addSaveState(const ComObjPtr<Machine> &machine);
Note:
See TracChangeset
for help on using the changeset viewer.