Searched defs:ulImportWeight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp980 ULONG ulImportWeight = (ULONG)((double)ulTotalOperationsWeight * 50 / 100); // use 50% for import local
981 ulTotalOperationsWeight += ulImportWeight;
983 m->ulWeightForXmlOperation = ulImportWeight; /* save for using later */

Completed in 35 milliseconds