- Timestamp:
- Jan 13, 2025 4:51:14 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r107557 r107716 118 118 com::SafeIfaceArray<IVirtualSystemDescription> aDescriptions; 119 119 hrc = pAppl->COMGETTER(VirtualSystemDescriptions)(ComSafeArrayAsOutParam(aDescriptions)); 120 if (FAILED(hrc)) throw MyError(hrc, "Appliance::GetVirtualSystemDescriptions() failed\n"); 121 120 122 for (uint32_t u = 0; 121 123 u < aDescriptions.size();
Note:
See TracChangeset
for help on using the changeset viewer.