VirtualBox

Ignore:
Timestamp:
Oct 6, 2019 12:37:56 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9527. Added global weak reference of VirtualBox into ExtPack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r81084 r81119  
    13061306    ComPtr<IProgress> progress;
    13071307    CHECK_ERROR2_RET(hrc, oCloudClient,
    1308                      ExportImage(pImage, pVirtualBox, ComSafeArrayAsInParam(parameters), progress.asOutParam()),
     1308                     ExportImage(pImage, ComSafeArrayAsInParam(parameters), progress.asOutParam()),
    13091309                     RTEXITCODE_FAILURE);
    13101310    hrc = showProgress(progress);
     
    13761376    ComPtr<IProgress> progress;
    13771377    CHECK_ERROR2_RET(hrc, oCloudClient,
    1378                      ImportImage(Bstr(strImageId).raw(), pVirtualBox, ComSafeArrayAsInParam(parameters), progress.asOutParam()),
     1378                     ImportImage(Bstr(strImageId).raw(), ComSafeArrayAsInParam(parameters), progress.asOutParam()),
    13791379                     RTEXITCODE_FAILURE);
    13801380    hrc = showProgress(progress);
Note: See TracChangeset for help on using the changeset viewer.

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