Changeset 78429 in vbox for trunk/src/VBox
- Timestamp:
- May 7, 2019 11:12:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78428 r78429 1231 1231 m->virtualSystemDescriptions.clear();//clear all for assurance before creating new 1232 1232 std::vector<ComPtr<IVirtualSystemDescription> > vsdArray; 1233 uint32_trequestedVSDnums = 1;1234 uint32_tnewVSDnums = 0;1233 ULONG requestedVSDnums = 1; 1234 ULONG newVSDnums = 0; 1235 1235 hrc = createVirtualSystemDescriptions(requestedVSDnums, &newVSDnums); 1236 1236 if (FAILED(hrc)) throw hrc;
Note:
See TracChangeset
for help on using the changeset viewer.