Changeset 74846 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Oct 15, 2018 3:23:11 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125814
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r74601 r74846 2487 2487 /// exposed in .xidl 2488 2488 if (m->virtualSystemDescriptions.size() == 1) { 2489 ComPtr<IVirtualBox> VBox(mVirtualBox); 2490 2489 2491 pTask->pProgress->init(mVirtualBox, static_cast<IAppliance*>(this), 2490 2492 Bstr("Test progress").raw(), … … 2495 2497 25); // ULONG ulFirstOperationWeight, 2496 2498 2497 hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress );2499 hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox); 2498 2500 } else { 2499 2501 /// @todo Fail here with user notification. We do export 1 VM only
Note:
See TracChangeset
for help on using the changeset viewer.