Changeset 101289 in vbox
- Timestamp:
- Sep 27, 2023 10:35:18 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r101288 r101289 899 899 900 900 com::SafeIfaceArray<IGuestOSType> coll; 901 platformProperties-> GetSupportedGuestOSTypes(ComSafeArrayAsOutParam(coll));901 platformProperties->COMGETTER(SupportedGuestOSTypes(ComSafeArrayAsOutParam(coll))); 902 902 listGuestOSTypes(coll); 903 903
Note:
See TracChangeset
for help on using the changeset viewer.