Changeset 96670 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 9, 2022 12:40:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SystemPropertiesImpl.h
r96407 r96670 157 157 HRESULT getSupportedChipsetTypes(std::vector<ChipsetType_T> &aSupportedChipsetTypes) RT_OVERRIDE; 158 158 HRESULT getSupportedIommuTypes(std::vector<IommuType_T> &aSupportedIommuTypes) RT_OVERRIDE; 159 HRESULT getSupportedTpmTypes(std::vector<TpmType_T> &aSupportedTpmTypes) RT_OVERRIDE; 159 160 HRESULT getLanguageId(com::Utf8Str &aLanguageId) RT_OVERRIDE; 160 161 HRESULT setLanguageId(const com::Utf8Str &aLanguageId) RT_OVERRIDE;
Note:
See TracChangeset
for help on using the changeset viewer.