Changeset 74846 in vbox
- Timestamp:
- Oct 15, 2018 3:23:11 PM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
idl/VirtualBox.xidl (modified) (1 diff)
-
src-server/ApplianceImplExport.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r74804 r74846 25382 25382 <desc>Progress object to track the operation completion.</desc> 25383 25383 </param> 25384 <param name="virtualBox" type="IVirtualBox" dir="in"> 25385 <desc>Reference to the server-side API root object.</desc> 25386 </param> 25384 25387 </method> 25385 25388 -
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.

