Changeset 81119 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 6, 2019 12:37:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r81084 r81119 1306 1306 ComPtr<IProgress> progress; 1307 1307 CHECK_ERROR2_RET(hrc, oCloudClient, 1308 ExportImage(pImage, pVirtualBox,ComSafeArrayAsInParam(parameters), progress.asOutParam()),1308 ExportImage(pImage, ComSafeArrayAsInParam(parameters), progress.asOutParam()), 1309 1309 RTEXITCODE_FAILURE); 1310 1310 hrc = showProgress(progress); … … 1376 1376 ComPtr<IProgress> progress; 1377 1377 CHECK_ERROR2_RET(hrc, oCloudClient, 1378 ImportImage(Bstr(strImageId).raw(), pVirtualBox,ComSafeArrayAsInParam(parameters), progress.asOutParam()),1378 ImportImage(Bstr(strImageId).raw(), ComSafeArrayAsInParam(parameters), progress.asOutParam()), 1379 1379 RTEXITCODE_FAILURE); 1380 1380 hrc = showProgress(progress);
Note:
See TracChangeset
for help on using the changeset viewer.