Changeset 74186 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 11, 2018 6:13:54 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124961
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
r73893 r74186 1036 1036 } 1037 1037 case ExportOCI: 1038 cOperations = 1 + 7; 1039 m->ulWeightForXmlOperation = 1; 1040 ulTotalOperationsWeight = 100; 1038 1041 break; 1039 1042 } -
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r74146 r74186 1013 1013 aProgress.createObject(); 1014 1014 #endif 1015 1015 1016 // Initialize our worker task 1016 1017 TaskOCI* task = NULL; … … 2460 2461 vrc = cloudClient->RunSeveralCommands(ComSafeArrayAsInParam(commandIdList), 2461 2462 ComSafeArrayAsInParam(paramNames), 2462 ComSafeArrayAsInParam(paramValues)); 2463 ComSafeArrayAsInParam(paramValues), 2464 pTask->pProgress); 2463 2465 if (RT_FAILURE(vrc)) 2464 2466 hrc = E_FAIL;
Note:
See TracChangeset
for help on using the changeset viewer.