VirtualBox

Changeset 74186 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 11, 2018 6:13:54 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124961
Message:

bugref:9152. Added Progress for the second part of OCI export.

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

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

    r73893 r74186  
    10361036        }
    10371037        case ExportOCI:
     1038            cOperations = 1 + 7;
     1039            m->ulWeightForXmlOperation = 1;
     1040            ulTotalOperationsWeight = 100;
    10381041            break;
    10391042    }
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r74146 r74186  
    10131013        aProgress.createObject();
    10141014#endif
     1015
    10151016        // Initialize our worker task
    10161017        TaskOCI* task = NULL;
     
    24602461                    vrc = cloudClient->RunSeveralCommands(ComSafeArrayAsInParam(commandIdList),
    24612462                                                          ComSafeArrayAsInParam(paramNames),
    2462                                                           ComSafeArrayAsInParam(paramValues));
     2463                                                          ComSafeArrayAsInParam(paramValues),
     2464                                                          pTask->pProgress);
    24632465                if (RT_FAILURE(vrc))
    24642466                    hrc = E_FAIL;
Note: See TracChangeset for help on using the changeset viewer.

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