VirtualBox

Changeset 74873 in vbox for trunk


Ignore:
Timestamp:
Oct 16, 2018 6:18:51 PM (6 years ago)
Author:
vboxsync
Message:

OCI: adjustment for progress

File:
1 edited

Legend:

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

    r74846 r74873  
    24902490
    24912491            pTask->pProgress->init(mVirtualBox, static_cast<IAppliance*>(this),
    2492                          Bstr("Test progress").raw(),
     2492                         Bstr("Exporting VM to OCI...").raw(),
    24932493                         TRUE /* aCancelable */,
    24942494                         5, // ULONG cOperations,
    2495                          100, // ULONG ulTotalOperationsWeight,
    2496                          Bstr("Do something").raw(), // aFirstOperationDescription
    2497                          25); // ULONG ulFirstOperationWeight,
     2495                         1000, // ULONG ulTotalOperationsWeight,
     2496                         Bstr("Exporting VM to OCI...").raw(), // aFirstOperationDescription
     2497                         10); // ULONG ulFirstOperationWeight,
    24982498
    24992499            hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);
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