- Timestamp:
- Oct 16, 2018 6:18:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r74846 r74873 2490 2490 2491 2491 pTask->pProgress->init(mVirtualBox, static_cast<IAppliance*>(this), 2492 Bstr(" Test progress").raw(),2492 Bstr("Exporting VM to OCI...").raw(), 2493 2493 TRUE /* aCancelable */, 2494 2494 5, // ULONG cOperations, 2495 100 , // ULONG ulTotalOperationsWeight,2496 Bstr(" Do something").raw(), // aFirstOperationDescription2497 25); // ULONG ulFirstOperationWeight,2495 1000, // ULONG ulTotalOperationsWeight, 2496 Bstr("Exporting VM to OCI...").raw(), // aFirstOperationDescription 2497 10); // ULONG ulFirstOperationWeight, 2498 2498 2499 2499 hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);
Note:
See TracChangeset
for help on using the changeset viewer.