Changeset 101299 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 27, 2023 9:21:05 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r101282 r101299 1384 1384 * Will be empty if none supported. 1385 1385 */ 1386 HRESULT VirtualBox::i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures, std::vector<ComPtr<IGuestOSType>> &aGuestOSTypes) 1386 HRESULT VirtualBox::i_getSupportedGuestOSTypes(std::vector<PlatformArchitecture_T> aArchitectures, 1387 std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes) 1387 1388 { 1388 1389 AutoReadLock al(m->allGuestOSTypes.getLockHandle() COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.