Changeset 91258 in vbox
- Timestamp:
- Sep 15, 2021 4:46:59 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp
r91257 r91258 463 463 } 464 464 465 UIDiskFormatBase::~UIDiskFormatBase() 466 { 467 } 468 465 469 const CMediumFormat &UIDiskFormatBase::VDIMediumFormat() const 466 470 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.h
r91257 r91258 157 157 158 158 UIDiskFormatBase(KDeviceType enmDeviceType, bool fExpertMode); 159 159 virtual ~UIDiskFormatBase(); 160 160 virtual CMediumFormat mediumFormat() const = 0; 161 161 virtual void setMediumFormat(const CMediumFormat &mediumFormat) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.