Changeset 97865 in vbox for trunk/src/VBox/Main/include/MediumImpl.h
- Timestamp:
- Dec 23, 2022 9:36:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r97864 r97865 317 317 const ComPtr<IMedium> &aParent, 318 318 ComPtr<IProgress> &aProgress); 319 HRESULT resizeAndCloneTo(const ComPtr<IMedium> &aTarget,320 const LONG64 aLogicalSize,321 const std::vector<MediumVariant_T> &aVariant,322 const ComPtr<IMedium> &aParent,323 ComPtr<IProgress> &aProgress);324 319 HRESULT cloneToBase(const ComPtr<IMedium> &aTarget, 325 320 const std::vector<MediumVariant_T> &aVariant,
Note:
See TracChangeset
for help on using the changeset viewer.