Changeset 70582 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 15, 2018 10:13:41 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120273
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r68938 r70582 827 827 828 828 friend class MachineCloneVM; 829 829 friend class MachineMoveVM; 830 830 private: 831 831 // wrapped IMachine properties … … 1188 1188 const std::vector<CloneOptions_T> &aOptions, 1189 1189 ComPtr<IProgress> &aProgress); 1190 HRESULT moveTo(const com::Utf8Str &aTargetPath, 1191 const com::Utf8Str &aType, 1192 ComPtr<IProgress> &aProgress); 1190 1193 HRESULT saveState(ComPtr<IProgress> &aProgress); 1191 1194 HRESULT adoptSavedState(const com::Utf8Str &aSavedStateFile);
Note:
See TracChangeset
for help on using the changeset viewer.