VirtualBox

Changeset 74846 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Oct 15, 2018 3:23:11 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125814
Message:

OCI: Add IVirtualBox parameter to ICloudClient::exportVM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r74601 r74846  
    24872487        /// exposed in .xidl
    24882488        if (m->virtualSystemDescriptions.size() == 1) {
     2489            ComPtr<IVirtualBox> VBox(mVirtualBox);
     2490
    24892491            pTask->pProgress->init(mVirtualBox, static_cast<IAppliance*>(this),
    24902492                         Bstr("Test progress").raw(),
     
    24952497                         25); // ULONG ulFirstOperationWeight,
    24962498
    2497             hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress);
     2499            hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);
    24982500        } else {
    24992501            /// @todo Fail here with user notification. We do export 1 VM only
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette